﻿
      #divResults{
          /*border: 1px solid rgba(115, 115, 115, 0.8);
    width: 500px;
    position: fixed;   
    z-index: 999999;
    background: white;
    margin-left: 343px;
    margin-top: 300px;
    font-size: -7px;
    height: 255px;
    display:none;
    top: -80px*/

           border: 1px solid rgba(115, 115, 115, 0.8);
    width: 400px;
    position: fixed;   
    z-index: 999999;
    background: white;
    bottom:8px;
    right:0px;
    font-size: -7px;
    height: 200px;
    display:none;
  
          }
          #hrdr {

              text-align:center;
              font-size:20px;
              height:30px;
              background-color:#004b91;
              color:#fff;
          }

        .showSlide {  
            display: none  
        }  
        .slidercontainer {  
            max-width: 500px;  
            margin: auto;  
            box-shadow: 4px 3px 4px 2px rgba(0, 0, 0, .2);
        }  
      .leftt, .rightt {            
            top: 50%;  
            width: auto;  
            padding: 16px;  
            margin-top: -66px;
            font-weight: bold;  
            font-size: 18px;  
            width:100px;
            float:left;
            margin-left: 20px;
            color:white;
        }  
         .rightt {  
            right: 0;  
            border-radius: 3px 0 0 3px;  
                width: 100px;
               /*float: right;*/
               margin-left: 272px;
        }
            .content {
                color: black;
                background-color: white;
                font-size: 14px;
                top: 10px;
                width: 100%;
                height: 155px;
                text-align: justify;
                overflow-y: scroll;
            }
 
            