#results-container {
    width: 90%;
    margin: 0 auto;
    overflow-x: auto;
}

#results-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

#results-table td {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.location {
    font-size: 1.25rem;
    color: #333333;
}

.provider {
    font-size: 0.85rem;
    color: #757575;
}

#loader {
    text-align: center;
    margin-top: 2rem;
}

#expected-value-button {
    margin-left: 10px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}

#expected-value-button i {
    font-size: 16px;
    line-height: 32px;
    margin-right: 5px;
}

#expected-value-container {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#expected-value-container input {
    margin-bottom: 0;
    height: 2rem;
}

#expected-value-container label {
    top: -15px;
}

@media only screen and (max-width: 600px) {
    #dns-propagation-form .row .col {
        margin-bottom: 20px;
    }
}
