﻿form label {
    margin-top: 10px;
}
#output{
    margin-left:10px;
    font-size:1.5em;
}

#output #countResults {
    margin: 20px 0;
}

#output #countResults .label {
    width: 150px;
    margin-right: 15px;
    padding: 7px 25px;
}

#output .resultRow {
    margin-top: 3px;
}

#output .resultRow .glyphicon {
    padding: 5px;
    margin-right: 15px;
}

label[for="ShowEquation"] {
    margin-right: 15px;
}

.bootstrap-switch-wrapper {
    margin: 15px 0;
}

