﻿body {
    font-family: 'Inter', sans-serif;
}


#test-page-header {
    padding: 12px 0 24px 0;
    border-bottom: solid 1px #4a7bb5;
}

#pharmacy-identifier {
    height: 25px;
    width: 260px;
    margin: 4px;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Myriad Pro", sans-serif;
}

#set-pharmacy {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #4a7bb5;
    border: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
}

#set-pharmacy:active {
    background-color: #8abbdd;
}



