/******************************************************************************
 *                           CONFIGURATOR                                     *
 *****************************************************************************/

.configurator_total {
   background-color: #dfdfdf;
   color: black;
   border: 1px solid black;
   font-weight: bold;
   text-align: center;
   font-size: 10pt;
   }

.configurator_title {
   font-weight: bold;
   width: 100%;
   text-align: center;
   padding-bottom: 10px;
   }

.configurator_table {
   margin-top: 8px;
   margin-bottom: 8px;
   width: 98%;
   }

.configurator_header {
   font-weight: bold;
   background-color: rgb(195,206,220);
   margin: 2px;
   padding-top: 2px;
   padding-right: 5px;
   padding-left: 5px;
   padding-bottom: 2px;
   }

* html .configurator_header {
   font-size: 8pt;
   }

.configurator_subheader {
   font-weight: normal;
   background-color: rgb(195,206,220);
   margin: 2px;
   padding-top: 1px;
   padding-right: 5px;
   padding-left: 10px;
   padding-bottom: 1px;
   }

* html .configurator_subheader {
   font-size: 8pt;
   }

.configurator_options_wrapper {
   margin: 5px;
   padding: 5px;
   }

.configurator_options_table {
   }

.configurator_option {
   font-size: 8pt;
   }

.configurator_option input {
   color: #5a81b5;
   }

