* {
    margin: 0px;
    font-family: sans-serif;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  
.prs-website-wrapper {
    margin: 0px;
}
.prs-website-header {
    padding: 20px;
}
.prs-website-header:after {
    content: '';
    display: block;
    clear: both;
}
.prs-website-header-left {
    float: left;
}
.prs-website-header-right {
    float: right;
}
.prs-website-header-logo {
    display: inline-block;
    width: 300px;
    margin-right: 50px;
    vertical-align: middle;
}
.prs-website-header-logo img {
    width: 100%;
}
.prs-website-coding-hotline {
    display: inline-block;
    vertical-align: middle;
}
.prs-website-coding-hotline-text {
    background-color: rgb(190, 67, 21);
    color: #FFF;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
}
.prs-website-subtitle-banner-message {
    padding: 15px;
    text-align: center;
    background-color: rgb(245, 245, 245);
    color: #000;
    font-size: 0.90em;
}
.prs-website-image-banner {
    width: 960px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    /* border: 1px solid rgb(200, 200, 200); */
}
.prs-website-image-banner:after {
    content: '';
    display: block;
    clear: both;
}

.prs-website-image-banner-left {
    float: left;
    width: 60%;
    padding-right: 50px;
    background-color: #FFF;
    /* padding: 35px; */
    box-sizing: border-box;
}
.prs-website-image-banner-right img{
    width: 100%;
}

.prs-website-image-banner-right {
    width: 40%;
    float: left;
}
.prs-website-image-banner-message {
    font-size: 0.90em;
}
.prs-website-image-banner-message-title {
    margin-top: 10px;
    font-size: 1.25em;
    margin-bottom: 5px;
    font-weight: 700;
}
.prs-website-image-banner-message-subtitle {
    color: rgb(90, 90, 90);
    font-size: 0.9em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #29c8ffff;
}
.prs-website-documents-container {
    width: 960px;
    margin: 0 auto;
    margin-top: 20px;
}
.prs-website-documents-container-title {
    padding: 20px;
    font-weight: bold;
    color: #FFF;
}
.prs-website-documents-list {
    background-color: #FFF;
    border: 1px solid rgb(200, 200, 200);
    padding: 20px;
    font-size: 0.90em;
}
.prs-website-documents-list-item {
    margin-top: 20px;
}
.prs-website-documents-list-item:first-of-type {
    margin-top: 0px;
}
.prs-website-footer {
    margin-top: 60px;
    padding: 30px 20px 30px 20px;
    margin: 0 auto;
    font-size: 0.90em;
    border-top: 1px solid rgb(200, 200, 200);
}
.prs-website-footer:after {
    content: '';
    display: block;
    clear: both;
}

.prs-website-footer-left {
    float: left;
}
.prs-website-footer-right {
    float: right;
}
.prs-website-footer-spacer {
    height: 10px;
    width: 100%;
}
.prs-website-sample-documents-info {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 15px;
    margin-top: 15px;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.prs-website-sample-documents-title {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 2px solid #29c8ffff;
    font-size: 1.25em;
    font-weight: 700;
}
.prs-website-documents-row {
    width: 500px;
    font-size: 0.90em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.prs-website-documents-left {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
.prs-website-documents-right {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.prs-website-stream-dx-info {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 15px;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#table-container {
    width: 85%;
    padding: 0px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 60px;
}
#table-container table {
    border-collapse: collapse;
    width: 100%;
}
#table-container table td, #table-container table th {
    border: 1px solid #ddd;
    padding: 8px;
}
#table-container table tr:nth-child(even){
    background-color: rgb(240, 240, 240);
}
  
#table-container table td {
    font-size: 0.90em;
    padding-top: 10px;
    padding-bottom: 10px;
}
#table-container table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: rgb(4, 55, 84);
    color: white;  
    font-weight: bold;
}

.select-input-selector-container {
    position: relative;
    display: inline-block;
    width: 250px;
    margin-left: 30px;
    /*margin-top: 5px;*/
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .select-input-selector-container:before { 
    content:'';
    right:4px; 
    top:0px;
    width:23px; 
    height:18px;
    position:absolute;
    pointer-events:none;
    display:block;
  }
  .select-input-selector-container:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    transform: translateY(-2.5px);
    -webkit-transform: translateY(-2.5px);
    right: 10px;
    border-width: 5px;
    z-index: 1;
    border-style: solid;
    border-color: rgb(100, 100, 100) transparent transparent transparent;
    background: none;
    pointer-events: none;
  }
  
  .select-input-selector {
    width: 100%;
    margin: 0;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    background: none;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    padding-left: 11px;
    padding-right: 11px;
  }
  .form-input-label {
    position: absolute;
    background-color: #FFF;
    padding-right: 5px;
    color: rgb(100, 100, 100);
    font-size: 10pt;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: 0.10s transform linear, 0.10s font-size linear;
    z-index: 1;
  }  
  .form-input-label-valid {
    transform: translate(-6px, -19px);
    z-index: 1;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 9pt !important;
  }  
  .form-input-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
  }
  .prs-website-eob-table-title {
    width: 85%;
    margin: 0 auto;
    font-size: 1.3em;
    font-weight: bold;
  }
  .prs-website-documents-row-spacer {
      height: 10px;
  }