.container {max-width:730px;}
.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;}
fieldset.radio {margin-top:0!important;margin-bottom:0;}
.radio > .radio {margin-top:0!important;margin-bottom:0;}
.pcc-radio input[type=radio] {margin-top:0px!important;}
.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;
}
