/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */


table.module_round_box{
  border-collapse: inherit !important;
}

@media screen and (max-width: 579px){
    
  table{
    overflow-y: auto !important;
    width: 100% !important;
  }  
}

#s5_facebook {
    background:url(../images/facebook.png) no-repeat top left;
    height:18px;
    width:20px;
    cursor:pointer;
    margin-left:7px;
    float:right;
} 

#s5_google {
    background:url(../images/google.png) no-repeat top left;
    height:18px;
    width:20px;
    cursor:pointer;
    margin-left:7px;
    float:right;
} 

#s5_twitter {
    background:url(../images/twitter.png) no-repeat top left;
    height:18px;
    width:20px;
    cursor:pointer;
    margin-left:7px;
    float:right;
} 

#s5_linked_in {
    background:url(../images/linked_in.png) no-repeat top left;
    height:18px;
    width:20px;
    cursor:pointer;
    margin-left:7px;
    float:right;
} 

#s5_rss {
    background:url(../images/rss.png) no-repeat top left;
    height:18px;
    width:20px;
    cursor:pointer;
    margin-left:7px;
    float:right;
} 

div.modal-backdrop{
  top: 50000px !important;
}

.modal-backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0 !important;
    background-color: #000000;
}
div.modal.fade.in {
    top: 70% !important;
}
ul:not([class]) li, ul.jm-dark li, ul.jm-light li {
    background-image: none !important;
    margin: 0;
    padding: 0 !important;
    background-repeat: no-repeat;
    background-position: left 9px;
}