#table-contact table {
	margin:20px 0px;
	width:100%
}

td {
	vertical-align:top;
	padding:10px;
	border:solid 1px #C9C6C5;
}
.left {
	width:10%;
	text-align:right;
}
.center {
	width:25%;
}
.right {
}
.bottom_button {
	text-align:center;
}

table span{
	vertical-align:top;
	color:#FF0000;
	padding:2px 5px;
	margin-right:5px;
	border:1px solid #FF0000;
	font-size:80%;
}

.error {
	color:#FF0000;
	font-size:80%;
}
	
#table-monitor table {
	margin: 20px 0px;
	width: 80%;
	text-align: left;
	margin:auto;
}

#table-monitor table th{
	background-color: #ffffff;
	vertical-align:top;
	padding:10px;
	border:solid 1px #C9C6C5;
	text-align: left;
	font-weight: normal;
	width: 280px;
}

#monitor-title {
	/*width: 80%;*/
	padding-left: 10%;
	padding-right: 10%; 
	text-align:left;
	margin: 10px;
}

#close-button {
	text-align:center;
	margin:10px;
}
@media screen and (max-width: 1023px) {

  #table-monitor table {
  width: 90%
    
  }
  #table-monitor table th {
border: none !important; 
width: 100% !important;
  }
   #table-monitor table tr {
   margin-bottom: 20px !important;
   display: block;
   }
  #table-monitor table th,
  #table-monitor table td {
    display: block;
  
  }

}
  #table-monitor table textarea {padding: 8px 8px; width: 90%;}
   #table-monitor table input[type="text"] {
	padding: 8px 8px; width: 90%;
} 