/* Fix a common bug caused by misbehaving themes created by Codeinwp/readythemes */
.sc1-admin p, .sc1-admin h2, .sc1-admin h3 {
    margin-bottom: 1em !important;
    margin-top: 1em !important;
}

.sc1-hideable-hint div {
    max-width: 300px;
    border: 1px solid #ccc;
    color: #1c1c1c;
    position: relative;
    background-color: #eef1f1;
    background-image: -webkit-gradient(linear,0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 0 0 #fff inset,
    0 1px 0 #fff inset;
}

.sc1-hideable-hint p {
    padding: 2px 8px;
}

.sc1-hideable-hint img {
    max-width: 100%;
}

.sc1-2col {
    display:flex;
    justify-content: space-between;
    flex-direction: row;
}

.sc1-aside-2col {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

@media screen and (max-width: 1100px) {
    .sc1-aside-2col {
        flex-direction: column;
    }
}

@media screen and (max-width: 800px) {
    .sc1-2col {
        flex-direction: column;
    }

    .sc1-aside-2col {
        flex-direction: row;
    }
}

@media screen and (max-width: 500px) {
    .sc1-aside-2col {
        flex-direction: column;
    }
}


.sc1-admin .form-table td{
    vertical-align: top !important;
}

.sc1-admin .form-table td img{
    max-width: 300px;
}
