/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 28, 2017, 10:48:58 PM
    Author     : Vang
*/

.container{
    margin-left:5%;
    padding-bottom: 2.5%;
}

h1{
    text-decoration: underline;
}

#disorder{
}

#symptom{
    list-style: upper-alpha;
}
#item4choicesection{
    clear:both;
}

table{
    border: 1px solid black;
}

table tr td{
    padding:.75%;
}

#suggestion2{
    display:inline-block;
}

#AChoice, #BChoice{
    width:auto;
    display:inline-block;
}