/*
Theme Name: Userbola Theme
Theme URI: http://www.userbola.co;
Description: Custom WordPress Theme 
Author: Unknown Theme Developer
Version: 2.0
Tags: 
License: 
License URI: 
*/

.table thead tr th {
    text-align: center;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	padding:3px !important;
}
.table tbody tr th:first-child, .table tbody tr th:nth-child(4) {
    text-align: center;
	vertical-align: middle;
}

.gallery-columns-5 .gallery-item {
    float: left;
	width: 20%;
    text-align: center;
}
.gallery-columns-5 .gallery-item img{ text-align:center; }