
.date-dropdowns{
    /* display: block; */
    /* float: left; */
    direction: ltr;
    border:1px solid #EEE;
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 5px;
}

.date-dropdowns input {
    display: block;
    margin: 0 auto 20px auto;
    width: 150px;
    padding: 8px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background: #F2F2F2;
    text-align: center;
    font-size: 1em;
    letter-spacing: 0.02em;
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
}
.date-dropdowns select {
    width: auto;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin: 0 3px;
}
xmp{
    text-align: left;
    padding: 20px;
    background-color: #272821;
    color: wheat;
    border-radius: 5px;
}

/* Media */
@media(max-width: 847px) {
    .date-dropdowns:first-of-type {
        bottom: 0;
    }
}