body{
    font-family: "Myriad Pro";
}

.form-control{
    margin-bottom: 20px;
    background-color: #EEE;
    border: 0px;
    border-radius: 0;
}

.btn-theme{
    color: white;
    background-color: #222;
    border-radius: 0;
}

h3{
    padding-bottom: 10px;
}

table tr{
   height: 30px;
}
