.container{
     width: 80%;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 20px;
     font: normal 16px 'Roboto Condensed', Arial, sans-serif;
}
.table {
     border-spacing: 0;
     border-bottom:1px solid #ddd;
     border-left:1px solid #ddd;
     border-right:1px solid #ddd;
     border-radius: 10px;
     width: 100%;
     max-width: 100%;
     margin-bottom: 20px;
}
.tableStatus tr:last-child td:first-child, .table tr:last-child td:first-child {
     border-radius: 0 0 0 10px;
}
.table tr:last-child td:last-child {
     border-radius: 0 0 10px 0;
}
.tableStatus tr:last-child td:last-child{
     border-radius: 0 0 10px 0;
}
.table tr:last-child td:first-child {
     border-radius: 0 0 0 10px;
}
.tableStatus th:first-child {
     border-radius: 10px 0 0 10px;
}
.table th:first-child {
     border-radius: 10px 0 0 0;
}
.tableStatus th:last-child{
     border-radius: 0 10px 10px 0;
}
.table th:last-child {
     border-radius: 0 10px 0 0;
}
.tableStatus tbody tr, .table tbody tr {
     border: 1px solid #ddd;
}
.table td.right_align{
    text-align:right;
     color:#999;
}
.table td{
    width: 20%
}
.tableStatus > thead > tr > th, .tableStatus > tbody > tr > th, .tableStatus > tfoot > tr > th {
     padding:8px 1px 8px 1px;
     vertical-align: top;
     border-top: 1px solid #ddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
     padding: 8px;
     vertical-align: top;
     border-top: 1px solid #ddd;
}
.receptionForm {
     margin-bottom: 20px;
}