body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    color: #444;
    padding: 0 10px 10px 10px;
    background: #f1f1f1;
}
h2{
    font-size: 23px;
    font-weight: normal;
}
h4{
    margin: 0 0 20px 0;
}
hr{
    border-width: 0px;
    margin: 15px 0;
    border-bottom: 1px solid #DFDFDF;
}
.sc_wrap{
    border: 1px solid #DFDFDF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.sc_head{
    background: url(../images/shortcoder.png) no-repeat left 2px;
    padding-left: 40px;
    background-size: 32px;
}
.sc_shortcode{
    border-bottom: 1px solid #CCC;
    padding: 0px;
    background: #FFF;
}
.sc_shortcode:last-child{
    border:0;
}
.sc_shortcode_name{
    cursor: pointer;
    padding: 10px 10px 10px 35px;
    position: relative;
}
.sc_shortcode_name:hover{
    background: #fffeea;
}
.sc_params{
    border: 1px solid #DFDFDF;
    background: #F9F9F9;
    margin: 0 -1px -1px;
    padding: 20px;
    display: none;
    box-shadow: inset 0 2px 6px -5px;
    position: relative;
}
.sc_params label {
    flex-basis: 33%;
    line-height: 1;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}
.sc_params:before {
    content: '';
    position: absolute;
    border: 12px solid;
    border-color: #bbb transparent transparent transparent;
    top: 0px;
    left: 12px;
}
.sc_params:after {
    content: '';
    position: absolute;
    border: 12px solid;
    border-color: #fff transparent transparent transparent;
    top: -1px;
    left: 12px;
}
.sc_params_wrap{
    display: flex;
    flex-wrap: wrap;
}

.sc_insert:hover{
    opacity: 0.8;
}
.sc_wrap input[type=text]{
    padding: 5px;
    border: 1px solid #CCC;
    margin: 10px 25px 0 0px;
    display: block;
    width: 100%;
}
.sc_toggle{
    background: url(../images/toggle-arrow.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -6px;
    opacity: 0.4;
}

.sc_options{
    position: absolute;
    right: 10px;
    top: 7px;
}
.sc_options .button{
    background: transparent;
    border: 1px solid transparent;
    color: #888;
    font-size: 11px;
    vertical-align: middle;
    margin-left: -1px;
    border-radius: 0;
}
.sc_options .button:hover{
    box-shadow: 0 1px 4px -3px #333;
    color: #333;
    background-color: #fff;
}
.sc_shortcode:hover .sc_options .button{
    border-color: #607D8B;
}

.button{
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button.button-primary{
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

.disabled_text{
    font-size: 10px;
    background: #ffdfdd;
    border-radius: 10px;
    padding: 2px 10px;
    margin: 0 0 0 10px;
    color: #F44336;
}

.sc_menu{
    margin: 0 0 1em 0;
}
.sc_menu .button{
    border: 1px solid #cecece;
    color: #333;
    opacity: 0.8;
     margin: 0 5px 0 0;
}
.sc_menu .button:hover{
    opacity: 1;
}

.search_box{
    width: 150px;
    cursor: auto;
}

.sc_tags {
    padding: 0.75em 0 0 0;
    background: #ffffff8a;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    display: none;
}
.sc_tags li {
    float: left;
    list-style: none;
    margin: 0;
    font-size: 13px;
    margin: 0 1em 1em 1em;
    color: #287aa0;
    font-weight: bold;
    cursor: pointer;
}
.sc_tags li.active{
    opacity: 0.5;
}
.sc_tags li:hover{
    color: #333;
}

.sc_tags_disp {
    font-size: 13px;
    margin: 0;
    border-right: 1px solid #dfdfdf;
    padding: 0 10px 0 0;
    color: #888;
}

.coffee_box{
    padding: 10px;
    border: 1px solid #4CAF50;
    padding-left: 20%;
    background: url(../images/coffee.svg) no-repeat;
    border-radius: 3px;
    background-position: 30px center;
    margin: 30px 0 15px 0;
    background-size: 84px;
}
.coffee_box .coffee_amt {
    width: 120px;
    padding: 5px;
    height: auto;
    font-size: 1.5em;
}
.coffee_amt_wrap{
    float: right;
    margin: 0 30px;
}
.coffee_box h3{
    margin: 5px 0;
    font-weight: normal;
}
.coffee_box p{
    font-size: 13px;
}
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

@media screen and (max-width: 750px){
    .sc_params label {
        flex-basis: 50%;
    }
}