.ecm_fieldset{
	color: black;
	background-color: #ADD8E6;
	font-family: 'Titillium Maps',Arial;
	font-size: 10pt;
}

.ecm_table_fieldset{
	color: red;
	background-color:: yellow;
	font-size: 14pt;
}

.ecm_to_be_completed{
	color: blue;
	background: #FFAED1;
}

.ecm_msg_to_user{
	color: blue;
	font-size: 16pt;
	line-height: 30px
}

.ecm_site_header_first_td{
   background-color: #ADD8E6;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.ecm_site_header_last_td{
   background-color: #ADD8E6;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.ecm_site_header_td{
   background-color: #ADD8E6;
}

.ecm_site_td{
    text-align:center; 
    vertical-align:middle;
    padding: 6px;
}

.ecm_site_table {
	width:100%;
}

.ecm_site_box_phone {
	width: 10;
}

.alert-danger,
.alert-error {
	background-color: #F21B51;
	border-color: #eed3d7;
	color: #b94a48;
}

@media screen and (max-width: 767px) {
  .ecm_site_table {
    overflow-x: auto;
    display: block;
  }
}
