.tooltip {
    display: inline;
    position: relative;
}
     
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 200px;
    font-size: 12px;
    line-height: 1.6;
}
 
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.active {
    color: #444;
    margin-bottom: -1px;
    box-shadow: none;
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
}

td {
    width: 78%;
}

.progressModal,
.successModal {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    border: 1px solid #ffa000;
    background-color: #fff;
    z-index: 1000;
    overflow: auto;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px;
    box-shadow: 5px 5px 10px #cfcfcf;
    -moz-box-shadow: 5px 5px 10px #cfcfcf;
    -webkit-box-shadow: 5px 5px 10px #cfcfcf;
}

.postbox .inside>p:last-child {
    margin-bottom: -6px !important;
    margin-top: 15px;
}

#poststuff h3.spt-hndle {
    cursor: default !important;
    padding: 12px 22px  !important;
    font-size: 16px;
}

.postbox .spt-inside {
    padding-left: 22px !important;
}

div.postbox {
    border-top: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.coffee-box {
    padding: 15px 5px 15px 15px;
    border: 1px solid #4CAF50;
    padding-left: 150px;
    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-heading {
    color: #23282d;
    font-size: 1.3em;
    margin: 1em 0;
    display: block;
    font-weight: 600;
}

h1.title .title-count {
    font-size: 10px;
    padding: 2px 8px;
    opacity: 0.7;
}

.top-sharebar {
    position: absolute;
    right: 0;
    top: 24px;
    padding-right: 20px;
}

.top-sharebar > * {
    vertical-align: middle;
    margin-left: 10px;
    float: right;
}

.share-text {
    font-size: 10px;
    text-align: right;
    line-height: 1.5;
    margin-right: 5px;
    color: #838383;
}
.share-btn {
    background: #333;
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    border-radius: 2em;
    font-size: 12px;
    line-height: 2em;
}

.share-btn:hover {
    opacity: 0.5;
    color: #fff;
}

.share-btn:active, .share-btn:focus {
    color: #fff;
}

.share-btn .dashicons {
    font-size: 14px;
    margin: 5px 2px 0 0;
    height: 14px;
}

.share-btn.twitter {
    background-color: #2196F3;
}

.share-btn.googleplus {
    background-color: #dd4b39;
}

.share-btn.rate-btn .dashicons {
    color: #FF9800;
}

@media (min-width: 320px) and (max-width: 480px) {
    .coffee-box, .top-sharebar {
        display: none;
    }
}

.selectize-control {
    display: inline-block;
    vertical-align: middle;
}

input, select, textarea {
    border-radius: 3px;
}

code {
    font-size: 11px;
}

input, select, .tooltip span.dashicons {
    vertical-align: middle;
}

.spt-params {
    width: 20%;
}

.spt-desc {
    width: 80%;
}