html {
    margin-top: 10px;
    background-color: #FFFFFF;
    font-family: AtlasGrotesk,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.disclaimer {
    text-align: center;
    font-size: 10px;
    font-style: italic;
}

.data-value {
    text-align: right;
    font-family: DecimaMonoPro;
}

#best-place {
    font-style: italic;
    margin-top: 20px;
    color: #C0C2CE;
    font-size: 20px;
    text-shadow: none;
}

table {
    border-collapse:collapse
}

td {
    border-bottom: 1pt solid #D1D3D4;
}

.data-label {
    text-align: left;
    width: 200px;
    font-weight: bold;
}

.top-container {
    margin-bottom: 50px;
    width: 100%;
}

#stats-table {
    text-align: center;
    font-size: 20px;
}

table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#output {
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    font-stretch: 100%;
    margin-bottom: 50px;
    text-shadow: 1px 1px 2px black;
}

#dropdown {
    text-align: center;
}

.header {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    font-stretch: 100%;
    color: #222;
    margin-bottom: 15px;
}

.styled-select {
    text-align: center;
    height: 29px;
    overflow: hidden;
    width: 240px;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: 268px;
}

.styled-select.slate {
    text-align: center;
    margin: auto;
    background: url('assets/2e3ybe1.jpg') no-repeat right center;
    height: 34px;
    width: 240px;
}

.styled-select.slate select {
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
    width: 268px;
}

/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }

@media screen and (max-width: 600px) {
    .top-container {
        margin-bottom: 20px;
    }
    #output {
        text-align: center;
        font-size: 50px;
        font-weight: 700;
        font-stretch: 100%;
        margin-bottom: 30px;
        text-shadow: 1px 1px 2px black;
    }
}