.phageStatus {
    width: 600px;
    background-color: #FFFFCC;
    vertical-align:middle;
    padding: 5px 0px 10px 10px;
    font-family: sans-serif;
    font-size:2.0em;
    font-weight:bold;
}

#taxAmount {
    margin: 10px 20px 0px 5px;
}

.followupGood, .followupBad, .followupDisabled { 
    width: 520px;
    font-family:sans-serif;
    border-radius: 15px;
    padding: 5px 0px 10px 10px;
    margin-top: 7px;
}

.justABox {
    position:relative; 
    font-family:sans-serif;
    border-radius: 15px;
    padding: 5px 0px 10px 10px;
    margin-bottom: 5px;

    width: 150px;
    border-style: solid;
}

.followupGood {
    background-color: #C2FFA3;
}

.followupBad {
    background-color: #FF9999;
}

.followupDisabled {
    background-color: #BBBBBB; 
}

.basicAreaHeading, .followupHeading {
    margin: 5px 10px 0px 5px;
}

.basicAreaText, .followupText {
    margin: 0px 10px 3px 15px;
}
.basicAreaHighlightedText, .followupText {
    margin: 0px 10px 3px 15px; 
    font-size:+2;
    font-weight:bold;
    text-align:center;
}

.followupAction {
    margin: 0px 10px 10px 25px;
}


.phageTax_input {
    background: white;
    border-style: solid;
    border-radius: 5px;
    border-width: 3px;
    border-color: #000000;

    padding: 2px 5px 2px 5px; 
    width: 480px;
}
