body,h1,h2,h3, h4, h5, h6, a {
    color: #1c1c1c;
    font-family: sans-serif;
}
body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}
.form, .wrapper{ 
    width: 1000px;
    padding: 25px;
}
th, td {
    text-align: center;
}
.td {
    text-align: left;
}
input[type=submit] {
    background-color: #d8d8d8;
}
input[type=submit]:hover {
    background-color: #f2f2f2;
}
.form-control{
    margin-left: inherit;
}
#dropdown{
 width:170px;   
}