body {
    margin: 0px;
    background: #fffae5;
}

h2 {
    font-size: 31.5px;
    color: #006990;
}

.wait-room-container .logo-container {
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: left;
	padding-left: 100px;
}

.logo-container img.hospital-logo {
    max-height: 100px;
}

.bx-wrapper .bx-viewport {
	-webkit-box-shadow: none;
    box-shadow: none;	
    border: none;
    left: 0px;
    background: transparent;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: collapse;
    border-left: 0;
    border-radius: 0px;
}

.table-bordered thead {
    background: #006990;
    color: #fff;
}

div#wait-room-ad {
    padding-top: 100px;
}

div#wait-room-footer {
    padding-top: 5px;
    background: #edf6fa;
    border-top: 2px solid #006990;
    box-shadow: 2px -2px 4px rgba(0,0,0,0.2);
}

tr.spacer-row { display: none; }
