/**
 * Tabs menus.
 */
.tabs-menu > * {
    box-sizing: border-box;
}

ul.tabs-menu {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #f1f2f2;
    background-color: #ffffff;
    width: 100%;
    padding: 0px;
    margin: 0px !important;
}

ul.tabs-menu li {
    list-style: none outside none;
}

@media screen and (min-width: 800px) {
    ul.tabs-menu li {
        width: 1%;
        display: table-cell;
    }
}

ul.tabs-menu li a {
    border-top-color: #cff2ed;
    background-color: #cff2ed;
    outline: 0;
    display: block;
    position: relative;
    padding: 11px 0;
    line-height: normal;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 4px 4px 0 0;
    font-size: 24px;
    font-family: Gudea, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    font-style: normal;
    color: #202020 !important;
}

ul.tabs-menu li.ui-state-active a {
    background-color: #ffffff;
    border-right-color: #ffffff;
    border-color: #56aea4;
    border-top-width: 3px;
    border-top-style: solid;
    outline: 0;
}

ul.tabs-menu li a:hover {
    background-color: #ffffff;
}

/**
 * Main counter.
 */
#brief_summary {
    background-color: #56aea4;
    color: #fff;
    padding: 10px;
    font-size: 23px;
}

#brief_summary p {
    margin-bottom: 0;
    color: #fff;
    font-size: 1em;
}

/**
 * Containers.
 */
.tabs-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.tabs-counter {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 4%;
    width: 100%;
}

.tabs-preview {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (min-width: 800px) {

    .tabs-container {
        flex-wrap: nowrap;
    }
    .tabs-counter {
        width: 75%;
    }
    .tabs-preview {
        width: 25%;
    }
}

.tabs-preview-container {
    padding: 0px 0px 0px 0px;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box_container {
    border: 1px solid #56aea4;
    line-height: 1.5;
    background-color: #fff;
    padding: 0px;
}

.wordcounter_header {
    color: #ffffff;
    background-color: #56aea4;
    margin: 0;
    padding: 5px 10px;
}

/** Stats **/
#stats {
    padding: 10px;
    font-size: 15px;
}

#stats label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    margin: 0px 0px 5px 0px;
}

.stat_con {
    color: #4d4d4d;
    width: 85px;
    float: right;
}

/**
 * Tabs.
 */
#textbox {
    width: 100%;
    height: 300px;
    border: 1px solid #56aea4;
    padding: 10px;
}

/**
 * "Forms".
 */
#url_loading_img {
    width: 30px;
    vertical-align: middle;
    display: none;
}

#textbox_url_submit {
    background: #fff;
    color: #56aea4;
    border-color: #56aea4;
}