#banner{

  margin: 0 auto;
  position: absolute;
  text-align: left;
  top: 39px;
 /* left: 396px;*/
  width: 975px;
}

#mainnav {
    padding: 0;
    height: auto;
    background: #5A90CC;
    width: 960px;
    margin-top: 109px;
    overflow: visible;
    text-align: center;
}

#footer {
    background: #5a90cc;
    text-align: center;
    height: auto;
    width: 100%;
    padding-top: 40px;
    border-top: 2px solid #ddd;
}
/*

.content_body .seat_request_table tr th:nth-last-child(3) ,
.content_body .seat_request_table tr td:nth-last-child(3) ,

.content_body .seat_request_table tr th:nth-last-child(2) ,
.content_body .seat_request_table tr td:nth-last-child(2) ,
*/ 
.content_body .seat_request_table tr th:last-child,
.content_body .seat_request_table tr td:last-child{
    display:none;
}


.pfbc-form input[disabled], .pfbc-form select[disabled], .pfbc-form textarea[disabled], .pfbc-form input[readonly], .pfbc-form select[readonly], .pfbc-form textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
    font-weight: bold;
}
/*
.seat_request_table tr th:nth-last-child(3){
    visibility:hidden;
}
.seat_request_table tr th:nth-last-child(3):after{
    content:'When';
}*/