#share-codes {
    background-color: #eee;
    color: #775;
    border-radius:0;
    padding: 30px 25px;
}

#share-codes .textarea{
    background: #fff;
    width:100%;
    padding: 10px 13px;
    color:#006ce5;
    resize: vertical;
    height: 1px;
    max-height: 500px;
}


#share-codes .textarea,
#share-codes .btn-group .btn{
    border: 1px dotted #888888;
}

#share-codes .btn-group{
    width: 100%;
    margin-top:15px;
    margin-bottom: 30px;
}

#share-codes .btn-group .btn{
    width: 32.5%;
    border-radius: 0;
    background-color: #dfedd6;
    color:#232323;
    height: 44px;
    margin-right: 1%;
}

#share-codes .btn-group .btn:last-child{
    margin-right: 0;
}

#share-codes .btn-group .btn.active{
    color:#fff;
    background-color: #27ae60;
}

#share-codes h5{
    margin-bottom: 22px;
    margin-top:0;
    font-size: 16px;
}

#share-codes .btn-group.image-sizes{
    width: 90%;
    margin: 0 0 10px;
}

@media (max-width:466px) {
    #share-codes .btn-group.image-sizes{
        width:100%;
        margin-right: -10px;
    }
}

#share-codes .btn-group.image-sizes .btn{
    width: 23%;
    height: 30px;
    display: inline-block;
    margin-right: 2%;
    padding: 0;
}

#share-codes .btn-group.image-sizes .btn::last-of-type{
    margin-right: 0;
}

#share-codes .thumbs-label{
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: 3px;
    font-size: 16px;
}

#share-codes .image-sizes-wrapper{
    text-align: center;
}

#share-codes #high-content{
    margin-top:0;
}
#share-codes #high-content{
    font-size: 16px;
}
#share-codes #high-content .textarea{
    margin-top:6px;
}
