/* text settings*/
h1, h2, h3, p, a,
#description-content,
.content,
#top-section,
#ranges-table {
    font-family: Roboto, sans-serif;
}

.gray-bg {
    background-color: #eee;
}

.red {
    color: red;
}

.section{
    width: 100%;
    padding: 3em 0;
}

.content {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0 2em;
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 100;
    margin-top: 2em;
}

/* TABLE START*/

/* map info table styling*/
#ranges-table {
    border-collapse: collapse;
    width: 100%;
}

#ranges-table td,
#ranges-table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

@media only screen and (max-width: 767px) {
    #ranges-table td,
    #ranges-table th {
        min-width: fit-content;
    }
}


#ranges-table tr:nth-child(even) {
    background-color: #d9e9f4a6;
}

#ranges-table thead {
    background-color: #60b0e7a6;
}

/* TABLE END*/
