/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.ot-sdk-show-settings, .page-cms table .ot-sdk-show-settings {
    color: #68b631 !important;
    border: 1px solid #68b631 !important;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.8em 2em;
    font-size: 0.8em !important;
    line-height: 1.2;
    cursor: pointer;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 1s ease;
    transition: 0.1s ease;
}
.ot-sdk-show-settings:hover, .page-cms table .ot-sdk-show-settings:hover{
    color: #fff !important;
    background-color: #68b631;
}
