
@font-face {
   font-family: SourceSans;
   src: url(SourceSansPro-Regular.otf);
}

@font-face {
   font-family: SourceSans;
   src: url(SourceSansPro-Bold.otf);
   font-weight: bold;
}

@font-face {
   font-family: SourceSans;
   src: url(SourceSansPro-It.otf);
   font-style: italic;
}

@font-face {
   font-family: SourceSans;
   src: url(SourceSansPro-BoldIt.otf);
   font-weight: bold;
   font-style: italic;
}

@font-face {
  font-family: SourceSerif;
  src: url(SourceSerifPro-Bold.otf);
  font-weight:bold;
}

@font-face {
  font-family: SourceSerif;
  src: url(SourceSerifPro-Light.otf);
  font-weight: lighter;
}

* {
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
  /*-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;*/
          font-family:  "SourceSans", "Calibri", "Trebuchet MS", "Lucida Sans", sans-serif-condensed, sans-serif;
}

body {
  font-size: 10.5pt; margin: 0px;
  background-color:#e5e5e5;
}


.menu {
  float:left;
  width:20%;
  text-align:center;
  padding-top:20px;
}

.menu a {
  padding:5px;
  margin-top:3px;
  margin-bottom:3px;
  display:block;
  width:100%;
  color:black;
  text-decoration:underline;
}

.menu a:first-child {
  text-decoration:none;
}

.menu a:not(:first-child):hover {
  font-weight:bold;
  background-color:#eeeeee;
}

.main {
  float:left;
  margin-top:15px;
  margin-bottom:15px;
  padding:20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width:60%;
  background-color:white;
}

.right {
  float:left;
  width:20%;
  text-align:left;
  padding:15px 10px 5px 10px;
}

.topbar {
  position:relative;
  margin:0;
  padding:10px;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(50,50,50,0.7);
  top:0;
  width:100%;
}

#headerarea {
  background-color:#f8f8f8;
  margin:-20px -20px 15px -20px;
  padding:5px;
  box-shadow:  0 5px 9px 0px rgba(0, 0, 0, 0.18);
}

hr {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: thick double #aaa;
    color: #aaa;
    text-align: center;
    height:6px;
}
hr:after {
    font-family:"SourceSerif";
    font-weight:lighter;
    content: "§";
    transform: rotate(90deg);
    color:#aaa;
    display: inline-block;
    position: relative;
    top: -0.9em;
    font-size: 1.9em;
    padding-bottom: 0.2em;
    background: #f8f8f8;
}

h2 {
  font-family: "SourceSerif";
  font-weight:bold;
  color: #888; font-size: 200%; 
  /*text-shadow: 1px 1px 3px #888;*/
  padding:5px 5px 0 5px; margin:0;
  text-align:center;}

.bodycontent { padding:6px; }
.contentrow { 
  padding-bottom: 5px;
  columns:1;
  column-gap:20px;
  }
#resuslayer { display:none; }
#vitalslayer { display:none; }

.entrybox {
  background-image: url("pwh.gif");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-color:#eee; 
  padding: 5px 0px 10px 10px; 
  border-radius:10px;
}
 
.column {
  width:100%;
  display:block;
  padding: 0px 0px 0px 0px;
}

.tableheading { 
  margin: 14px 0px 10px 0px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  /*background-color: #f0f0f9;*/
  border-bottom: 1px solid #4d8091;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  break-after:avoid;
  /*box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);*/
}

.notcondensed {font-family: "SourceSans", "Calibri", "Trebuchet MS", sans-serif; }

table {
border-collapse:collapse;
}

img {
  width:100%;
  height:auto;
}

.nomobile { display:none; }

/*#vasotable td { padding: 4px 0px 4px 1px; }
#otherdrugstable td { padding: 3px 0px 3px 2px; }*/

tr {border-left: 0; border-right: 0; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
tr:first-child {border-top: 0;}
tr:last-child {border-bottom: 0; }
td { padding: 4px 0px 4px 2px; }
td.subheading { font-weight:bold; font-style:italic; }
tr.noborderb { border-bottom:0; }
tr.noborderb td {padding-bottom:0px;}
tr.noborderu { border-top:0; font-size:80%; font-style:italic; }
tr.noborderu td {padding-top:0px;}
/*tr:hover {background-color: #eeeeee; }*/


#table1,
#table1 tr,
#table1 td { border: 0;}
#table1 td { padding: 2px 0px 2px 0px; }
#table1 tr:hover {background-color: transparent; }

#about a:link,
#about a:visited,
#about a:active {color:#442222; text-decoration:none; font-weight:bold;}
#about a:hover {background:#eee;}

button.showhidebutton {
  background-color:#666;
  font-size:80%;
  font-weight: bold;
  color:#eee; border-radius:5px; border:1px solid grey; padding: 2px; line-height:14px; 
  margin-top:2px;
  float: right; 
  outline:0;}
  
/*button.showhidebutton:hover {outline:0; background-color:#666; border:1px solid black; cursor:pointer;}*/
button.showhidebutton:active, focus {outline:0; padding: 3px 1px 1px 3px; background-color:#333; color:#fff;}

button.endbutton {
  height: 26px;
  background-color:#ddd;
  margin: 2px 0px 2px 0px; padding: 1px 4px 1px 4px;
  outline: none;
  border: 1px solid #aaa;
}
button.endbutton:hover {
  background-color:#eee;
  border: 1px solid rgba(81, 203, 238, 1);
  box-shadow: 0 0 4px rgba(81, 203, 238, 1);}

button.endbutton:active, focus {
  background-color:#666;
  border: 1px solid #000;
  box-shadow: none;
}

select {
  height: 30px;
  margin: 2px 0px 2px 0px; padding:0px; vertical-align: bottom;
  outline: none;
  border:1px solid #aaa;
}
select:focus {
  border: 1px solid rgba(81, 203, 238, 1);
  box-shadow: 0 0 4px rgba(81, 203, 238, 1);
}
#fontsizechanger {height:26px;}



input[type=text] {

}
input[type=text]:focus {
  border: 1px solid rgba(81, 203, 238, 1);
  box-shadow: 0 0 4px rgba(81, 203, 238, 1);
}
#searchinput {
  width:100%;
}

input[type=number] {
  width:45px; height: 30px; margin: 2px 4px 2px 0px; padding:2px;
  font-size:120%;
  vertical-align: bottom;
  border:1px solid #aaa;
  outline: none;
  text-align:center;
  -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance:none;
  margin:0;
}
input[type=number]:focus {
  border: 1px solid rgba(81, 203, 238, 1);
  box-shadow: 0 0 4px rgba(81, 203, 238, 1);
}


/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-image: linear-gradient(#eed,#fff);
  color: #000;
  cursor: pointer;
  padding: 20px 70px 10px 10px;
  border-radius: 15px 15px 0 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: bold;
}

.datetag {
  float:right;
  padding:6px 6px 6px 6px;
  background-color:rgba(0,0,0,0.3);
  color:#fff;
  font-weight:bold;
  font-style:italic;
  border-radius: 0 15px 0 0;
  position:relative;
}


.breakage {
  break-before:always;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-image: linear-gradient(#ddc,#ddc);
}

.recentj {
  animation: fadeeffect 0.6s;
  break-inside:avoid;
  padding:10px 0 5px 0;
}

.landmark {
  animation: fadeeffect 0.6s;
  break-inside:avoid;
  padding:10px 0 5px 0;
}

.recentj:hover .datetag {
  background-color:rgba(26,163,88,0.5);
}

.landmark:hover .datetag {
  background-color:rgba(0,0,255,0.5);
}

.landmark .collapsible {
  background-image: linear-gradient(#eef,#fff);
}

.landmark .active, .landmark .collapsible:hover {
  background-image: linear-gradient(#ccd,#ccd);
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 5px;
  display:none;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom:5px;
  animation: fadeeffect 0.6s;
}
@keyframes fadeeffect {
  from {opacity:0;}
  to {opacity:1;}
}

ul.square {
  list-style-type:square;
  padding-left:1.5em;
}

ul.circle {
  list-style-type:disc;
  padding-left:1.5em;
}

@media only screen and (max-width:680px) {
  /* smartphone */
  .menu {
    padding-top:0px;
    width:100%;
    font-size:80%;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    margin-bottom:0px;
  }
  .menu a {
    display:inline-block;
    width:auto;
  }
  .right { 
    width:100%;
    padding-top:2px; }
  .main {
    width:100%;
    padding:4px;
    margin-top:0px;
  }
  #headerarea {margin:-4px -4px 5px -4px;}
  #searchicon {position: relative; top:-6px; margin:0px 5px 0px 0px;float:right;}
}

@media screen and (min-width:680px) {
  /* middle screen */
  input[type=number] {width:60px;}
  /*.column {  width:100%;  vertical-align:top; display:inline-block; padding: 0px 5px 0px 5px;}*/
  .nomobile { text-align:center; display:block; }
}

@media screen and (min-width:1400px) {
  /* big screen */
  input[type=number] {width:60px;}
  .contentrow {columns:2;}
  /*.column {  width:50%;  vertical-align:top; display:inline-block; padding: 0px 5px 0px 5px;}*/

  .nomobile { text-align:center; display:block; }
}

@media print {
  .menu, .right {display:none;}
  .main {width:100%; box-shadow:none;}
}



