.content{width:100%;}


@media (min-width:768px){
     .content{
	       width:60%;
	 }

}
.mathmod_form input[type=reset] {
    padding: 5px 8px;
    border: 1px solid #caab96;
    margin: 2px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #813d20;
    cursor: pointer;
    background-color: #fdfaf3;
    background-clip: padding-box;
    border-radius: 2px;
}
.mathmod_form input[type=button], .mathmod_form input[type=submit], .mathmod_form button {
    padding: 5px 8px;
    border: 1px solid #caab96;
    margin: 2px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #813d20;
    cursor: pointer;
    background-color: #fdfaf3;
    border-radius: 2px;
}
.mathmod_form {
    margin: 0;
    padding: 20px 10px;
}
.mathmod_form textarea {
    margin: 10px 0%;
    padding: 2%;
    width: 96%;
    height: 150px;
    background: #ffe;
    border: #abadb3 1px solid;
    color: #333;
    font-size: 16px;
}
.fn_box table {
    width: 100%;
    border-collapse: collapse;
}