/*!
* jQuery Mobile 1.4.5
* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
* Released under the MIT license.
* http://jquery.org/license
*
*/


/* Globals */
/* Font
-----------------------------------------------------------------------------------------------------------*/
body,
input,
select,
textarea,
button {
	font-size: 1em;
	line-height: 1.3;
	font-family: Verdana, sans-serif /*{global-font-family}*/;
        /*height: 100%;*/
        margin: 0;
}
.container {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-areas: "main navigation" "info info";
  /*grid-template-columns: 11fr 1fr;*/
  grid-template-columns: 11fr 1fr;
  grid-template-rows: 1fr 50px;
}
.container > div {
  /*border: 1px dashed #888;*/
}

.main {
  grid-area: main;
  padding-left: 5px;
  overflow-y: scroll;
}
.navigation {
  /*width: 4.5em;*/
  /*width: 5%;*/
  grid-area: navigation;
  background-color: #f2f2f2;
}
.info {
  padding-top: 3px;
  padding-left: 3px;
  grid-area: info;
  border-top: 1px dotted #fc7803;
  background-color: #f2f2f2;
  font-size: 0.75em;
  overflow-y: scroll;
}
alertbox {
  border: 2px dotted #fc7803;  
}