            .navbar-nav > li.dropdown .dropdown-menu {
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.09) !important;
                border-top: 0 !important;
            }
            .navbar-brand .icon {
                background: none !important;
            }
            .navbar-nav > li.dropdown .dropdown-menu a:hover {
                    background: rgba(255, 255, 255, 0.02) !important;
                    color: #989ea8;
            }
            .reviewIn{
                height: 44px !important;
                box-shadow: none !important;
                font-size: 15px !important;
                padding: 8px 10px 5px !important;
                color: #333 !important;
            }
            .reviewIn:focus {
                border-color: #51BAD6;
                box-shadow: 0 0 5px rgba(255, 255, 255, 0.4) !important;
            }
            .reviewBox{
                width: 100%;
            }
            .premiumBox h2{
               color: #e0e8eb;
               font-size: 20px;
            }
            .newH3{
               color: #989ea8;
               font-size: 20px;
               font-weight: 400;
            }
            .hisData {
                background: #fff none repeat scroll 0 0;
                border: 1px solid #e3e3e3;
                border-radius: 4px;
                margin-bottom: 20px;
                padding: 0 !important;
            }
            .hisData .titleBox {
                background: #f3f3f5 none repeat scroll 0 0;
                border-bottom: 1px solid #d7dbde;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                color: #2c3e50;
                font-size: 15px;
                font-weight: bold;
                padding: 15px 50px 15px 20px;
                position: relative;
                text-transform: uppercase;
            }
            .hisUl{
                list-style: outside none none;
                margin: 0 !important; 
                padding: 0 !important;
            }
            .hisUl li{
                border-bottom: 1px solid #dcdcdc;
                list-style: outside none none;
                margin: 0 !important; 
                padding: 0 !important;
            }
            .hisUl li a {
                color: #1f313f;
                display: block;
                padding: 10px 20px;
                position: relative;
            }
            .hisUl li a:hover {
                background: #fbfcfc none repeat scroll 0 0;
                color: #ec4060;
            }
            .favicon {
                margin-right: 8px;
                vertical-align: -2px;
            }

::selection { background: #a4dcec; }
::-moz-selection { background: #a4dcec; }
::-webkit-selection { background: #a4dcec; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}

#searchfield { display: block; 
	/*width: 80%; */
	text-align: center; margin-bottom: 15px; margin-left: auto; margin-right: auto;}

.autocomplete-suggestions { border: 1px solid #ddd; background: #fff; cursor: default; overflow: auto; }
.autocomplete-suggestion { padding: 3px 5px; font-size: 1.2em; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #f0f0f0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399ff; }

.divTable{
  display: table;
  width: 100%;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}
.divTableRow {
  display: table-row;
  height: 33px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  display: table-cell;
  padding: 5px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
