.borderframe, .listingblock>.title {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    overflow: auto;
    border: 1.5px solid #959396;
    border-radius: 4px;
}

.btn-primary {
    color: #e6e1e8;
    background-color: #cc000e;
    background-image: linear-gradient(#c23a43, #cc000e);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}

.textfield {
/* Thank you Mercury One for this awesome css */
display: inline-block;
box-sizing: border-box;
padding-top: 0.3em;
padding-right: 1em;
padding-bottom: 0.3em;
padding-left: 1em;
margin: 0;
font-family: inherit;
font-size: inherit;
font-weight: 500;
line-height: 1.5;
color: #cc000e;
text-decoration: none;
vertical-align: baseline;
background-color: #303134;
border-width: 0;
border-radius: 4px;
appearance: none;
}

.sidebyside {
    display: inline-block;
}