#c983 {
border: 1px solid #ef9a0b;
border-radius: none;
margin-top: 10px;
padding: 10px;
}

@media (max-width: 992px){
#c983 {
margin: 0 -8px -20px -13px;
}
}

#c983 textarea{
height: 150px;
}

#c983 h2{
font-size: 1em;
margin-bottom:15px;
font-family: "Helvetica Neu", Helvetica, Arial, sans-serif;
font-weight: bold;
color: #333333;
}

@media (min-width: 700px){
#c983 label {
width: 30%;
vertical-align: top;
margin-bottom: 8px;
}
#c983 .input {
display: inline-block;
width: 70%;
margin-bottom: 8px;
}
}

#c983 .btn-group{
float: none;
margin-left: auto;
margin-right: auto;
}

#c983 .btn-toolbar{
text-align: center;
}

#c983 .btn-primary{
background-color: #ccc;
border-color: transparent;
color: #333;
font-weight: bold;
font-size: 1em;
line-height: auto;
padding: 8px 14px 8px 14px;
height: auto;
}
#c983 .btn-primary:hover,#c983 .btn-primary:focus {
color: #ef9a0b;
}

