.domain_check .input_wrapper{
    text-align: center;
    margin-bottom: 10px;
}

.domain_check #domain_input{
    width: 30%;
    background-color: white;
    margin-top: -5px;
    height: 36px;
    box-shadow: 0 0 0 2px #b30028;
}

.domain_check .result_table th,
.domain_check .result_table td{
    text-align: left;
    padding: 3px 10px;
    border-bottom: 1px solid #ddd;
}

.domain_check .result_table tr:nth-child(odd) {
   background-color: #fafafa;
}

.domain_check .result_table td.last_cell{
    text-align: right;
}

.domain_check #domain_submit{
    margin-left: 10px;
}

.domain_check #domain_submit.botoblau:hover{
    color: white;
}

.sticky-options > label{
    display: block;
}

a.show_more {
    display: block;
    text-align: center;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
}

em.free {
    color: #00a651;
}

em.not-free {
    color: #b30028;
}

#simplemodal-container {
    width: 302px;
    height: 108px;
    background-color: #edede3;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#simplemodal-overlay {
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
}

.result_table.domains {
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.domain_filter {
    padding-bottom: 10px;
    text-align: center;
}

.domain_filter label {
    padding-right: 10px;
    font-size: 14px;
}

.letter_filter {
    margin-top: 5px;
}

.letter_filter label {
    cursor: pointer;
}

.letter_filter label input {
    display: none;
}

.domain_check_block {
    font-size: 13px;
}

.check-started {
    background: white;
    border-radius: 10px;
    padding: 10px;
}

.tab-panel{
    position: relative;
    border-bottom: 1px solid #ccc;
}

.tab-panel .tab{
    display: inline-block;
    padding: 10px;
    margin-bottom: -1px;
    border-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 1px;
}
.tab-panel .tab.active{
    border-color: #ccc #ccc #fff;
    border-style: solid;
    border-width: 1px;
    color: #444;
    text-decoration: none;
}