
#profile_table {
   margin: 0 auto;
   /*white-space: nowrap;*/
}
#profile_table th {
  padding: 10px 10px 10px 10px;
  font-size: 16px;
/*  border:1px solid blue;*/
  text-align: left;

}
#profile__table td {
/*  padding: 10px 10px 10px 10px;*/
/*  border:1px solid green;*/
/*  text-align: left;*/
    width:5%;
}

#template_table {
   margin: 0 auto;
   /*white-space: nowrap;*/
}
#template_table th {
  padding: 10px 10px 10px 10px;
  font-size: 16px;
/*  border:1px solid blue;*/
  text-align: left;

}
#template_table td {
/*  padding: 10px 10px 10px 10px;*/
/*  border:1px solid green;*/
/*  text-align: left;*/
}

#status_table {
  width:100%;
  margin-top:50px;
}

#status_table tr:nth-child(even) {background-color: #e6e6e6;}
#status_table tr:hover {background-color:#ddd;}

#status_table th {
   font-size:18px;
   border:1px solid black;
   text-align:left;
}

#status_table td {
   font-size:14px;
   border:1px solid #d9d9d9;
}

.table_list_headers {
  text-decoration:underline;
}

