
body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

  
/* Table layout */  
td {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

table {
  margin : auto;
  margin-top: 10px;
  margin-bottom: 10px;
}


table.info thead tr {
  background-color: #80C0FF;
}

table.info tbody tr:nth-child(odd){
  background-color: #80FFFF;
}

table.info tbody tr:nth-child(even){
  background-color: #C0FFFF;
}

table.info tbody tr.selected {
  background-color:#FFBFBF;
  }  
  

tr.title {
  background-color: #80C0FF;
}

tr.input:nth-child(odd){
  background-color: #80FFFF;
}

tr.input:nth-child(even){
  background-color: #C0FFFF;
}

tr.submit {
  background-color: #C0C0FF;
}




/* Block menus */
.menuhead {
  font-weight: bold;
  list-style: none;
  padding-left: 0; 
}

.blockmenu {
    margin-top: 2em;
    margin-bottom: 2em;
}

.blockmenu li {
 /* border: 3px solid black; */
  border-radius: 5px;
  box-shadow: 1px 1px 2px #0f0e0f;
  float: left;
  width: 90%;
  text-align: left;
  background: #D0E0FF;
  padding: 5px;
  margin-bottom: 8px;
  list-style-type: none;
  list-style: none;
  padding-left: 0;
}

.bli_site {
  background : #E0D0FF !important;
}

.bli_host {
  background : #FFE0D0 !important;
}


.blockmenu a {
  color: black;
  font-weight: normal;

}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #FFC0C0;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  position: absolute;
  z-index: 1;
  top: -5px;
  right:105%;
 
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}



// Miscellaneous
#wrap {
  width: 100%;
}


#logo a {
  float: right;
}

#breadcrumb {
  font-size: 70%;  
}


.indent {
  margin-left: 1em;
}



#bullets {
  display: initial;
}

@media screen and (min-width: 600px) {

#sidebar {
  display : initial;
  float: left;
  width: 12%;
}

#sidebar p {
  margin: 5px;
  font-size: 70%;
  color: #000000;
}

#content {
  border-left-style:solid;
  border-width: 3px;
  border-color:#E0C0C0;
  margin-left: 15%; 
  width: 78%; 
  }

}





