.container {
    margin-top: 20px;
}

.curbImage {

    width: 40%;
    float: right;
    margin-left: 10px;
    
}

.downloadData {
    text-align:center;
    font-weight: bold;
}
ul.bulleted-list {
    margin-bottom: 25px;
}
.bulleted-list li {
    margin-bottom: 1rem;
}
.container h1 {
    text-align: center;
    margin-bottom: 20px;
}

.content {
    padding: 1rem;
    display:relative;
}

.yellow-highlight {
    padding: .3rem;
    padding-left: 0px;
    margin-top: 2rem;
}

.mapFrame {
    width: 100%;
    height: 40rem;
    margin-top: 10px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.product-list {
    padding-bottom: 8px;
    margin-right: 25px;
}

.product-list li {
    padding-bottom: 10px;
    list-style-type: none;
}

.pastTidesContainer {
    margin-top: 2rem;
}