/* 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;
} 