@charset "utf-8";
/* CSS Document */

h1, h2 ,h3 ,h4 ,h5 ,h6
{	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 5px;
    margin-bottom: 10px;
	font-size: 26px;
}


.sicon {
  float:left;
  width:90px}
.slotbox {
  clear:both;
  background-color:#c3c3c3;
  padding-bottom:8px;
overflow: auto;

	}
.slotboxer {
 padding:3px;
}
.slotspacer {
	clear:both;
 	height:5px}

.slottext {
 	padding:8px;
  float:left;
	}
.bleft {
	float:left;
	padding:5px;
}

#container2 {
    width: 512px;
    max-width: 100%;
}
h1.title , h2.title ,h3.title ,h4.title ,h5.title ,h6.title 
{	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
	font-size: 36px;
}

.well h1, h2 ,h3 ,h4 ,h5 ,h6
{	font-family: inherit;
    font-weight: 200;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 5px;
	font-size: 18px;
}
<!-- These styles fix CSE and Bootstrap 3 conflict -->

    .reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after,  .gsc-inline-block
    {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button
    {
        box-sizing: content-box;
        line-height: normal;
    }
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}



  .modal .modal-dialog
  {
      width: 800px;
      max-width: 95%;
      margin-left: auto;
      margin-right: auto;
  }

   .modal-open .modal, a:focus
   {
       outline: none !important;
   }


.img-25 {
    border-radius: 25%;
}

.btn-mnu { 
  color: #ffffff; 
  background-color: #B0B0B0; 
  border-color: #2E05FA; 
} 
 
.btn-mnu:hover, 
.btn-mnu:focus, 
.btn-mnu:active, 
.btn-mnu.active, 
.open .dropdown-toggle.btn-mnu { 
  color: #ffffff; 
  background-color: #606061; 
  border-color: #2E05FA; 
} 
 
.btn-mnu:active, 
.btn-mnu.active, 
.open .dropdown-toggle.btn-mnu { 
  background-image: none; 
} 
 
.btn-mnu.disabled, 
.btn-mnu[disabled], 
fieldset[disabled] .btn-mnu, 
.btn-mnu.disabled:hover, 
.btn-mnu[disabled]:hover, 
fieldset[disabled] .btn-mnu:hover, 
.btn-mnu.disabled:focus, 
.btn-mnu[disabled]:focus, 
fieldset[disabled] .btn-mnu:focus, 
.btn-mnu.disabled:active, 
.btn-mnu[disabled]:active, 
fieldset[disabled] .btn-mnu:active, 
.btn-mnu.disabled.active, 
.btn-mnu[disabled].active, 
fieldset[disabled] .btn-mnu.active { 
  background-color: #B0B0B0; 
  border-color: #2E05FA; 
} 
 
.btn-mnu .badge { 
  color: #B0B0B0; 
  background-color: #ffffff; 
}
