.select-flight {
    padding: 5px 10px;
    background-color: white;
    color: #6244BB;
    border: solid 1px #6244BB;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.8em;
}
.select-flight:hover {
    background-color: #6244BB;
    color: white;
}