<style>
td.formTableFirstRow { width:500px !important; border: none;}
td.formTableSecondRow { max-width: 400px; border: none;}

.formLabel {
    width:500px;
}

body {
    display:block;
}
form {
    display: block;
}
.content{
    max-width: 1000px;
    margin: auto;
}

div {
    display: block;
}

#Navigation_Container {
    width: 100%;
    margin: 0px auto;
    height: 54px;
    background-color: #2e2e2e;
}

#OPMLogo {
    position: relative;
    z-index: 1300;
    top: -12px;
    float: left;
    width: 230px;
    height: 77px;
    background-image: url(https://www.opm.gov/img/global/logo_opm.png);
    background-repeat: no-repeat;
    margin-left: 25%;
}

#OPMLogo span {
    display: block;
    height: 64px;
    width: 196px;
    text-indent: -9999px;
}

h1{
    text-align: center;
}

h2{
    font-size: 110% !important;
    padding: 5px !important;
    margin: 0px !important;
    text-align: center;
}

#Top_Wrapper {
    background-color: #fff;
    height: 45px;
    position: static;
    z-index: 1200;
}
.inboxLabel {
    background-image:url(themes/default/web-pub/images/icons/svg/inbox.svg);
    background-position-y:50%;
    background-repeat:no-repeat;
    background-size:18px;
    border-collapse:collapse;
    color:rgb(51, 51, 51);
    display:inline;
    font-family:"Bitstream Vera Sans", Arial, Verdana, sans-serif, Helvetica;
    font-size:14px;
    font-weight:700;
    height:auto;
    padding-bottom:0px;
    padding-left:25px;
    padding-right:25px;
    padding-top:0px;
    text-align:center;
    width:auto;
    -webkit-border-horizontal-spacing:0px;
    -webkit-border-vertical-spacing:
}

div.titleBarHome {
    background-color: #ECE9D8;
    border: 1px solid #d3d3d3;
    border-spacing: 1px;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    height: 40px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FAFAFA;
    border-color: #D6D6D6 #D6D6D6 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 1px 1px medium;
    vertical-align: middle;
}

th.headers{
    background: #d2d2d2 !important;
    border-left: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    color: #000 !important;
    text-align: left !important;
    font-size: 15px !important;
}

table.mp-etk-grid tbody tr td, table.grid tbody tr td {
    padding: 5px !important;
}

#receiptMsg{
    margin: 10px !important;
}

.ui-accordion-header.ui-state-active{
	background: #0066cc !important;
	color: #ffffff !important;
}
</style>