#laserlab-header-menu i {
 display: none;
}
.searchbutton {
font-weight: normal;
}
.menuefollow {
 background-color: #ccc;
 padding: 5px;
 margin-bottom:2px;
 width:350px;
}

.submenue {
 background-color: #ccc;
 padding: 5px;
 margin-bottom:2px;
 margin-right:-14px;
}

button.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
 
button.accordion:after {
  content: '\f055';
  font-size: 14px;
  float: right;
	
}
 
button.accordion.is-open:after {
  content: '\f056';
}
 
button.accordion:hover, button.accordion.is-open {
  background-color: #ddd;
}
 
.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

/* styles for access pages */

.search-box {
border-color: #007bb5;
border-style: solid;
border-width:1px;
width:355px
}

.accordion {
  background-color: #007bb5;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  width: 350px;
  border: none;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  text-align: left;
  margin-bottom:2px;
}


.plus {
background-color:#fff;
color:#000;
font-weight:bold;
padding-left: 3px;
padding-right: 3px;
margin-right:5px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.infobox {
border-color: #b5d6f5;
border-style: solid;
border-width:2px;
float:right;
padding:0.5em; 
margin-left:0.5em;
}

h6 {
background-color: #007bb5;
color:#fff;
padding:0.5em;
font-size: 14px;
}



/* blue line after article */
#content-core article.entry::after {
  border-color: #005396;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin-bottom: 0.5em;
  visibility: initial;
  padding-top: 1em;
}

div.divleft {
float: left;
padding-right:7px;
}
.portlet-static-links-and-documents {
border-color: #335b98;
}
table.invisible{
 border: none;
}
table.invisible th{
 border: none;
}
table.invisible td{
 border: none;
}

td.invisible img {
 min-width:300px;
}



i.link-https::after {
content: none;
}
i.link-http::after {
content: none;
}
i.link-external::after{
   content: none;
}

table.plain th {
padding:5px
}
table.plain td {
padding:5px
}

table.blue td {
padding:5px
}

.captiontabright {
float: right;
border: none;
padding: 5px;
vertical-align: top;
width:auto;
}

table.captiontabright th{
 border: none;
}
table.captiontabright td{
 border: none;
}

.captiontableft {
float: left;
border: none;
padding: 5px;
vertical-align: top;
width:auto;
margin-right: 5px;
}

table.captiontableft th{
 border: none;
}
table.captiontableft td{
 border: none;
}

td.lined img {
 min-width:100px;
}


table.blue {
border-collapse: collapse;
border-style:solid;
border-width:1px;
border-color: #006699;
width:100%;
height:100%;
padding:5px;
}


table.blue td{
 border-style:solid;
 border-width:1px;
 border-color: #006699;
}
table.blue th {
 border-style:solid;
 border-width:1px;
 border-color: #006699;
}


table.lined{
border-style:solid;
border-width:1px;
border-color: #006699;
padding:5px;
vertical-align:top;
width:auto;
}



.blindtab{
border-style:hidden;
width:auto;
}


