.form{
    display: block;
    margin: 0 auto;
}

.outer-com{
    display: block;
    text-align: center;
  }
  
  .inner-com-inner{
    display: inline-block;
    margin-top: 60px;
    text-align: center;
  }
  
  .inner-big{
    display: inline;
    font-size: 2.3em;
    font-weight: bold;
  }
  
  .inner-small{
    display: inline;
    font-size: 1em;
  }

  #formWrap {
	width:70vw;
	margin:0 auto;
	font-size: 1em;
  background-color: transparent;
}
table.formTable{
	width:100%;
	margin:0 auto;
}
table.formTable td,table.formTable th{
	padding:10px;
}

.titlename{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

table.formTable td{
  color: red;
  font-size: 0.8em;
  display: inline-block;
  width: 90%;
  text-align: left;
}

table.formTable th{
	width:30%;
	font-weight:bold;
	text-align:left;
  margin-bottom: 120px;
}

.input_after input
{
  background-color:#556b2f;
  width:48.5%;
  color: white;
  height: 40px;
}

.input_after
{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

form input[type="text"], form textarea {
	width:100%;
	padding:10px;
	font-size:110%;
  display: block;
}
  
  @media screen and (max-width: 959px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:0px;
	border-bottom:0;
  margin-bottom: 0%;
  margin-left: 10%;
}
table.formTable td{
  margin: 0 auto;
  width: 80%;
  text-align: right;
}

form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
  margin: 0 auto;
}

form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
  }