/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

table {
    border-collapse: collapse;
    border: 1px solid #000000;
}

table td, table th {
    border: 1px solid #000000;
    padding-left: 5px;
    padding-right: 15px;
}

img {
    max-width: 100%;
}

/* Shrink navbar item padding for iPad sized devices*/
@media (max-width: 991px) {
    .nav > li > a {
        padding: 20px 9px;
    }
}
