#info a {
    color: darkred;
    text-decoration: underline;
}

.final {
    color: black;
    padding-right: 3px;
}

.interim {
    color: gray;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
}

#results_code {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

#start_button_code {
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

#results_name {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

#start_button_name {
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

#results_price {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

#start_button_price {
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

#start_img_code {
    width: 50px;
    height: 50px;
}

#start_img_name {
    width: 50px;
    height: 50px;
}

#start_img_price {
    width: 50px;
    height: 50px;
}

.btn-primary {
    width: 100px;
    margin: auto;
}

select {
    padding: 5px 5px;
}

@media screen and (max-width: 767px) {
    #select_dialect {
        position: absolute;
        right: 0;
    }
}

@media screen and (min-width: 768px) {
    select {
        margin-right: 10px;
    }
}
