.th {
   background-color: #0C2E99;
   color: #fff;
   font-weight: bold;
   font-size: 12px;
}
td {
   padding: 5px;
   font-size: 12px;
}

input {
  border: solid 1px #ccc;
}
.message-info{
     font-weight: bold;
     color: #00cc00;
}
.message-error{
     font-weight: bold;
     color: #cc0000;
}
.link {
    font-weight: bold;
    text-decoration: underline;
}

