.dataTables_paginate{
    padding-top: 5px;
}
.paginate_button{
    margin-left: 5px;
    border: 1px solid #000000;
    padding: 2px;
}
.paginate_active{
    margin-left: 5px;
    border: 1px solid #000000;
    padding: 2px;
    background: #2BB0D7;
}
.navdiv{
    height: 95px;
    width: 400px;
}
.option_img{
    width: 85px;
    height: 90px;
    padding: 2px;
    border: 1px solid #000000;
    margin-right: 10px;
    position: relative;
    float: left;
    text-align: center;
    background: #F5FFF2;
}
.option_img:hover{
    background: #D7EBD1;
}

.disabled_but{
    background: #ABABAB;
}
.disabled_but:hover{
    background: #ABABAB;
}
.infodiv{
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #0F8A26;
    background: #E0FFE6;
    padding: 10px;
    margin-bottom:5px;
    height: 100%;
}
.tooltip{
   position: absolute;
   padding: 5px 5px;
   z-index: 2;
   
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;
   
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
}