#tinymce .tabs-panel{
display:block;
}

.thumbnail .caption h3 {
    font-size: 1.8em;
        line-height: .8em;
        margin-top:15px;
        margin-bottom:15px;
}

.thumbnail .caption h3 small {
    font-size: 70%;
    display:block;
    color: #666666;
    font-family: UniSA-Altis-Regular;
    padding-top:10px;
}

.thumbnail .caption{
    padding:10px;
}

.thumbnail {
    display: block;
    padding: 4px;
    min-height:500px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}



.no-icons .svg-wrapper{
    display:none;
}

.tabs-title>a {
    font-size:1.6rem;
    padding:15px 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.tabs{
    border-top:none;
    border-left:none;
    border-right:none;
    padding-left: 0;
}

.tabs-content{
    border:none
}

.tabs-panel{
    padding:2.5rem 0;
}