/* CSS file for mobile app in HHLWeb.
   Put stuff to be shared with all HHLWeb apps in hhl app instead.
*/

body, input, select, option, th, td, textarea {
    font-family: Arial,Helvetica,sans-serif;
    color: #333333;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.hhl_logo {
    width: 90%;
}

select#id_patient,
select#id_campaign {
    min-width: 16em;
}

input#id_amount_other,
input#id_amount_additional {
    width: 6em;
}


div#to_contain_the_stuff_the_figure_floats_in {
    margin-top: 0.8em;
}