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

/*Created a new class in order to overide template's default css for table.*/
.-padded5 td {
    padding: 5px !important;
}


/*Override example from shape5*/
.module_round_box-dark a {
color:#FFFFFF !important;
}



/*Custom CSS for not showing Number of files in Categories in Phoca Downloads*/
.pd-subcategory small {
display:none;  }