.cp-info-table * {
   
   font-family: Arial,Helvetica,sans-serif;  
}

.cp-info-topic {
   
   font-family: Arial,Helvetica,sans-serif;
   text-align: center;
   color: #FFF;
   background: #133D55;
   margin-top: 12px;
   margin-bottom: 6px;
   
   padding: 8px;
}

.cp-info-table th {
   
   font-weight: bold;
   background: none;
   color: #000;
}

.cp-info-table td {
   
   background: none !important;
   color: #000 !important;
}

.cp-info-field {
   
   font-family: Arial,Helvetica,sans-serif;
   text-align: right;
   margin: 24px 0;
}
.cp-info-field-small {
   
   font-size: 0.9em;
   font-family: Arial,Helvetica,sans-serif;
}

.cp-pos-up {
   color: #0E0;
}

.cp-pos-up::before {
   content: "+";
}

.cp-pos-down {
   color: #E00;
}

.cp-info-nav {
   
   list-style-type: none !important;
   padding: 0 !important;
   height: 32px !important;
   margin: 36px 0 4px 0 !important;
   
}
.cp-info-nav li {
   
   padding: 0 !important;
   margin: 0 12px 0 0 !important;
   float: left !important;
   height: 32px !important;
   line-height: 32px !important;
}

.cp-info-nav li a,
.cp-info-nav li a :hover {
   
   display: block !important;
   color: #FFF !important;
   padding: 2px 12px !important;
   margin: 0 !important;
   height: 32px !important;
   line-height: 32px !important;
   min-width: 32px !important;  
   text-align: center !important;
   
   background: #FAB500;
   border: 0;
}