body {
    color: #02386b;
    background: #f7f7f7;
    font: 15px/1.5 Verdana, Helvetica, Arial, sans-serif;
}

select {
    width: 200px;
}

.btn {
    display: inline-block;
    background: #3498db;
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border-radius: 8px;
    border: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 7px 20px;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover {
    background: #3cb0fd;
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}
