/*
Theme Name:     Buildpress Child Theme
Theme URI:      http://www.proteusthemes.com
Description:    Child theme for the Buildpress
Author:         Primoz Cigler
Template:       buildpress
Version:        1.0
*/


/* add custom CSS code below */

.buildpress-table tbody td {
    padding: 15px 5px;
}

.buildpress-table thead th {
    padding: 15px 5px;
}
.buildpress-table tbody td:first-of-type {
    background-color: #333333;
}
.buildpress-table thead th:first-of-type {
    background-color: #333333;
    color: #d8d8d8;
    text-align: center;
}
.buildpress-table tbody td:last-of-type {
    border-right: none;
    background-color: #39b54a;
    color: #fff;
}
.buildpress-table tbody td {
    background-color: #cccccc;
}
@media (min-width: 1200px) {
.logo {
    margin-top: 15px;
}
}