.red{
    color: red;
    font-weight: bold;

}

#marv_wrap_500 {
    max-width: 500px;
}
#marv_wrap_700 {
    max-width: 700px;
}
.MAerror {
    color: red;
    font-weight: bold;
}
.MASmall {
    font-size: 10px;
    color: black;
}
.short {
    width: 150px;
}
.MAmaxwidthbutton {
    max-width: 250px;;
}

#mainform {

 
    margin-right: 10px;
    text-shadow: 0px 2px 5px #7E7E7E;
    padding-left: 2%;
    width: 90%;
    padding-bottom: 2%;

}
#mainform textarea, #mainform input, #mainform select{


}
#mainform select.short{
    width: 20%;
    max-width: 100px;
}
#mainform input.short{
    width: 20%;
    max-width: 60px;
}




#mainform table {
 
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  #mainform table tr {
 
    padding: 5px;
  }

  #mainform table th, #mainform table td {
    padding: 10px;
    text-align: center;
  }

  #mainform table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 600px) {

    #mainform table {
      border: 0;
    }

    #mainform table thead {
      display: none;
    }

    #mainform table tr {
      margin-bottom: 10px;
      display: block;
    }

    #mainform table td {
      display: block;
      text-align: right;
      font-size: 13px;
    }

    #mainform table td:last-child {
      border-bottom: 0;
    }

    #mainform table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }