﻿.tag-box-v3 {
    border: solid 2px #ccc;
}

.tab-v1 .tab-content {
    padding: 10px 16px;
    border: solid 1px #3498db;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
/* bootstrap hack end */

.testimonials.testimonials-v2 .testimonial-info {
    padding: 0;
    margin-top: 16px;
}

/*Footer Logo*/
.footer-logo {
    max-height: 120px;
}
