#dolomon-meta-box input,
#dolomon-meta-box select {
    width: 100%;
}

.copyLink {
    text-align: center;
}

.copyLink a {
    text-decoration: none;
}

.dolosTB {
    width: 98% !important;
    margin-left: 1% !important;
    left: 0 !important;
    overflow: auto;
}

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
    border-bottom: 1px solid #ccc;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li:last-of-type {
    margin-right: 0px;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    background-color: #fff;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    display: none;
    padding: 0px 20px 20px 20px;
}

.sc-builder {
    padding: 60px 20px 20px 20px;
    display: block !important;
}

.tab-content pre {
    display: inline;
}

.tab-content ul {
    list-style: initial;
    padding-left: 40px;
}

#tab-1 {
    display: block;
}
