/* python forms stylesheet  - fonts and widths are redefined later */
#submit_uniprot_field, #submit_position_field, #submit_downloadCSV_field, #submit_back_to_home_field, #submit_ms3d_link_field {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 6px 6px;
    width: 180px;
    height: 45px;
    margin: auto;
    border: 1px solid;
    border-style: outset;
    background-color: #2c64a0;
}

#submit_downloadCSV_field{
    font-size: 15px;
    width: 150px;
}

#submit_back_to_home_field{
    width: 460px;
}

#submit_ms3d_link_field{
    width: 460px;
    background-color: rgb(61, 117, 103);
}

#uniprot_search{
    border: 1px solid;
    border-color: rgb(155, 155, 155);
    border-style: outset;
    margin-bottom: -12px;
    height: 40px;
    width: 75%;
}

#position_search{
    border: 1px solid;
    border-color: grey;
    border-style: outset;
    margin-bottom: -12px;
    height: 40px;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
    color: black;
    opacity: 1;   /* Firefox */
}

input::-ms-input-placeholder { /* IE 10-11 */ color: black; }
input:-ms-input-placeholder { /* MS Edge */ color: black; }
