.nav{border: 1px solid;}

.nav li a:hover {
    background-color: #555;
    color: white;
}
article ul li:before {
    font-family: FontAwesome;
    content: none !important;
    color: #23408E;
    margin-right: 14px;
}
#search-results159 {
   
}

#goog-gt-tt {
    width: 100px;
}

@media only screen and (max-width: 479px) and (min-width: 220px) {
.navbar {
	top: 0;
    min-height: 40px;
}
}

@media only screen and (max-width: 500px) and (min-width: 400px) {
table {
    max-width: 400px;
}
}

@media only screen and (max-width: 400px) and (min-width: 300px) {
table {
    max-width: 300px;
}
}

@media only screen and (max-width: 300px) and (min-width: 200px) {
table {
    max-width: 200px;
}
}

.levy-panel{
  padding: 20px;
  background: #23408E; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(44,72,146,1),rgba(255,255,255,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(rgba(44,72,146,1),rgba(255,255,255,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(rgba(44,72,146,1),rgba(255,255,255,1)); /*Fx 3.6-15*/
  background: linear-gradient(rgba(44,72,146,1), rgba(255,255,255,1)); /*Standard*/
}

.levy-panel h3{
  color: #fff !important;
}
.levy-panel img{
  display: initial !important;
}

.padding-0{
    padding-right:0;
    padding-left:0;
  	margin-top: -12px !important;
  
}

.pravy-panel{
  
  padding: 20px;
  background: #c67d0c; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(198,125,12,1),rgba(255,255,255,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(rgba(198,125,12,1),rgba(255,255,255,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(rgba(198,125,12,1),rgba(255,255,255,1)); /*Fx 3.6-15*/
  background: linear-gradient(rgba(198,125,12,1), rgba(255,255,255,1)); /*Standard*/
}

.pravy-panel h3{
  color: #fff !important;
  font-family: "Roboto"
font-weight: 500
}

.pravy-panel img{
  display: initial !important;
}

.padding-0{
    padding-right:0;
    padding-left:0;
  	margin-top: -12px !important;
}