/* TEXTBOX */
.textbox-container {
    position: relative;
    display: inline-block;
    align-content: center;
    width: 262px;
    height: 38px;
    margin: 5px;
}

.textbox {
    width: 100%;
    height: 100%;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    background-color: #FFF;
    padding: 0 12px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #757575;
    line-height: 20px; /* 142.857% */
    box-sizing: border-box;
    outline: none;
}

.textbox::placeholder {
    color: #757575;
}

/* Additional styles to match the select-box */
.textbox:focus {
    border-color: #000;
}

.thin {
    align-content: center;
    height: 75%;
    width: 80px;
}