.container {max-width:1170px;}
.pcc-orange {color: #ff6600;}
.pcc {color: #626262;}
.container  .header {text-align:center; }
.panel-pcc {padding: 10px 0;}
.header {margin-bottom:30px;}
.center {text-align: center;}
.larger {font-size:120%;}
.bolder {font-weight:600;}
.pcc-row {padding:0 0;}
.pcc-radio td {padding-right:15px;}
.pcc-radio input[type="radio"] {margin-top: 1px;}
fieldset.radio {margin-top:0;margin-bottom:0;}
.radio > .radio {margin-top:0;margin-bottom:0;}
.btn-custom {
  background-color: #ff6600;
  border-color: #ff6600;
  color:#ffffff;
}



.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #e65c00;
  border-color: #cc5200;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #ff6600;
  border-color: #ff6600;
}

.top-bar {
    background-color: #f60;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    text-align: right;
    height:45px;
}

.panel-description {margin-bottom:16px;}