html, body{
    width:90%;
    margin:auto;
}
body {
	/*
		font-family: Arial;
		font-family: Verdana, sans-serif;
		font-family: 'DejaVuSansMonoBook';
		font-family: 'SourceCodeProRegular';
	*/

	font-family: 'Roboto Slab';
	font-size:0.9em;
	background: #f1f1f1;
	color: black;
	padding: 0px;
}



table{
/*        background-color:#f32;*/
        border: none;
        Xwidth:60%;
        padding: 8px;
        margin-left:3em;
    }
    td{
        border: 1px solid #AAAAAA;
        padding: 8px;
    }
    td.split_{
        border: none;
        width: 3em;
        padding: 4px;
    }
    button{
        color:red;
   /*     font-weight: bolder;*/
    }

.wrap {
  height: 100%;
  display: table;
  width: 100%;
  margin: 0 auto;
/*  background: #fff; */

    
}
.header {
  display: table-row;
  width: 100%;
  height:1px;
  text-align: center;
  background: #567; 
  color:white;
}

.footer {
  display: table-row;
  width: 100%;
  height:1px;
    color: white;
    background: #567;
}

.main {
  height: 100%; 
  display: table;
  width: 100%;
  border-spacing: 1.5em;
  border-collapse: separate;
/*  background: #40f; */
}

.sidebarLeft {
  display: table-cell;
  width: 10%;
/*  background: #ccc; */
}
.content {
  display: table-cell;
  /* background: yellow; */
  /* border: 1px solid #ccc; */
/*  padding: 0 15px; */

}
.sidebarRight {
  display: table-cell;
  width: 20%;
  /* background: #ccf; */
}
.stripe-ver {
  display: table-cell;
  width: 1.5%;
}
.stripe-hor {
  display: table-row;
  background: #c0c;
}


/*           navbar  */
.navbar {
    overflow: hidden;
    background-color: #08c;
}

.navbar a  { 
    float: left;
    font-size: 1.2em;
    /* font-weight: bold; */
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar a:hover {
    background-color: #567;
}

.table {
    display: table;
    margin-left: auto;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
}
.table-cell a img {
    width:50px;
    height:auto;
}

ul.breadcrumb {
    padding: 5px 8px;
    list-style: none;
    background-color: #eee;
    margin:0;
}
ul.breadcrumb li {
    display: inline;
    font-size: 80%;
}
ul.breadcrumb li+li:before {
    padding: 2px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.footer-list {
    list-style-type: none;
    text-align: center; 
}

.footer-list li {
    display: inline-block;
    padding: 0px;
}
.footer-list img {
    width:50px;
}


.pretty {
    color: #333;
    line-height: 140%;
}
.pretty-img{
    padding:0.1em;
/*    margin:1.5em; */
    border:1px solid #aaa;
}

.center{
    text-align:center;
}
 /* https://www.w3schools.com/css/css_image_gallery.asp */
     table{
/*        background-color:#f32;*/
        border: none;
        Xwidth:60%;
        padding: 8px;
        margin-left:2em;
    }
    td{
        border: 1px solid #AAAAAA;
        padding: 8px;
    }
    td.split_{
        border: none;
        width: 3em;
        padding: 4px;
    }
    button{
        color:red;
   /*     font-weight: bolder;*/
    }

.moon{
    border: 1px solid red; 
    overflow: auto;
    padding:10px;
}
.frame{
    border: 1px solid #ccc; 
    overflow: auto;
    padding:8px;
    margin: 8px;
}
.frame-p {
    text-align:left; 
    margin:5px;
}

.form-table input[type=text]{
    width: 20em;

}


