  

.danger {
  background-color: #ffdddd;
  border-left: 6px solid #f44336; padding: 4px 16px;
}


.queen1 {
  background-color: #ebd88f;
  border-left: 6px solid #f44336; padding: 4px 16px;
}

.king24 {
  background-color: #c8e3fa;
  border-left: 6px solid #f44336; padding: 4px 16px;
}


.queen10 {
  background-color: #45bec9;
  border-left: 6px solid #f44336; padding: 4px 16px;
}

.success {
  background-color: #ddffdd;
  border-left: 6px solid #45bec9; padding: 4px 16px;
}

.info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3; padding: 4px 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.warning {
  background-color: #ffffcc;
  border-left: 6px solid #ffeb3b; padding: 4px 16px;
}

 
   div.gallery {background-color: white; margin: 3px; border: 2px solid #ccc; float: right; width: 100px; } div.gallery:hover {background-color: #e8e8e8; border: 2px solid #777; } div.desc { font-size: 12px; padding: 0px; text-align: center; }
div.gallery02 {background-color: #f1f1f1; margin: 0px; border: 1px solid #ccc; float: right; width: 60px; } div.gallery:hover {border: 1px solid #ccc;background-color: #e8e8e8; border: 0px solid #777; } div.desc02 { font-size: 8px; padding: 0px; text-align: center; } .mydivclass { margin-top: 28px; } #input_img {position:absolute; bottom:0px;right:0px;width:40px;height:40px;}body{font-family: Arail, sans-serif;background-color: white;} .oorlive_search_box{ width: 260px; position: relative; display: inline-block; font-size: 20px; background-color: white;} .oorlive_search_box input[type="text"]{ height: 40px;padding: 5px 10px; border: 1px solid #CCCCCC; font-size: 14px;background-color: white;}.result{position: absolute; z-index: 999;top: 100%; left: 0; background-color: white; } .oorlive_search_box input[type="text"], .result{ width: 100%; box-sizing: border-box;} .autocompleteimg { vertical-align: top; height: 45px;padding-right: 5px;
    float: left; background-color: white;} .linkcolor { color: #4b3c23; text-decoration: none;} .result p{ margin: 0; padding: 7px 10px; font-size: medium; border: 1px solid #CCCCCC; border-top: none;overflow: hidden;min-height: 60px;max-height: 40px;cursor: pointer; background-color: white;}.result p:hover{
background: #f2f2f2; text-align:left; } #input_img02 {position:absolute; bottom:0px;right:0px;width:30px;height:2925px;} .dropbtn {background-color: #45bec9;color: white;padding: 11px;margin-left: 0;font-size: 14.5px;border: none;cursor: pointer;} .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1;  min-width: 130px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1; } .dropdown-content a { color: black; padding: 03px 00px; font-size: medium; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #f1f1f1} .dropdown:hover .dropdown-content {
    display: block; } .dropdown:hover .dropbtn { background-color: Red;
} 

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

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

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  margin-right: 23px;
}

.active:after {
  content: "\2212";
}

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