* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: none;
}

.mySlides2 {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot2 {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

.h2title {
    text-align: left !important;
    margin: 25px 0 15px 0;
    padding: 0 0 0 15px;
    background: #DF0054;
    color: #FFF;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
}

.sbox {
    border: 4px #CCC solid;
    padding: 15px;
    text-align: left;
    margin: 0 auto;
}

.spec_tb {
    width: 100%;
    border-collapse:separate;
    border-spacing: 0;
}

.spec_tb th:first-child{
    border-radius: 5px 0 0 0;
}

.spec_tb th:last-child{
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
}

.spec_tb th{
    text-align: center;
    color:white;
    background: linear-gradient(#829ebc,#225588);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    padding: 10px 0;
}

.spec_tb td{
    text-align: center;
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:none;
    box-shadow: 0px -3px 5px 1px #eee inset;
    padding: 10px 0;
}

.spec_tb td:last-child{
    border-right: 1px solid #a8b7c5;
}

.spec_tb tr:nth-child(odd){
    background-color: #eee
}

.spec_tb tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

.spec_tb tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

.th1 {
    width: 36%;
}
.th2 {
    width: 17%;
}
.th3 {
    width: 30%;
}