<style>
      .box-shadow{
         -webkit-box-shadow: 0 10px 18px 0 rgba(62,57,107,.2) !important;;
         box-shadow: 0 10px 18px 0 rgba(62,57,107,.2) !important;;
         border-radius: .35rem !important;;
         padding: 15px !important;;
         background: #ffffff !important;;
      }
      .list-heading-item{
         color: #ff9900 !important;;
         padding: 10px !important;;
         font-size: 1.5em !important;;
      }
      .list-heading-item:hover{
         opacity: .75 !important;;
      }
      .item-alt{
         margin-left: 10px !important;;
      }
      .list-heading-area{
         border: 1px solid rgba(0,0,0,.125) !important;;
         border-top-style: none !important;;
         border-top-left-radius: 0rem !important;;
         border-top-right-radius: 0rem !important;;
         border-bottom-left-radius: 0rem !important;;
         border-bottom-right-radius: 0rem !important;;
      }
      .list-heading-area:first-child{
         border: 1px solid rgba(0,0,0,.125) !important;;
         border-top-style: solid !important;;
         border-top-left-radius: .35rem !important;;
         border-top-right-radius: .35rem !important;;
      }
      .list-heading-area:last-child{
         border: 1px solid rgba(0,0,0,.125) !important;;
         border-top-style: none !important;;
         border-bottom-style: solid !important;;
         border-bottom-left-radius: .35rem !important;;
         border-bottom-right-radius: .35rem !important;;
      }
      .card{
         border-top-style: none !important;;
         border-bottom-style: none !important;;
         border-right-style: none !important;;
         border-left-style: none !important;;
      }
      .text-1-25{
         font-size: 1.25em  !important;;
      }
      .text-center{
         text-align: center  !important;;
      }
      .white{
         color: #ffffff  !important;;
      }
      .mainText{
         color: #ff9900  !important;;
      }
      .red{
         color: #ff0000  !important;;
      }
      .green{
         color: #00b371  !important;;
      }
      .blue{
         color: #0000ff  !important;;
      }
      ol li{
         margin-bottom: 8px  !important;;
      }
      .table td, .table th {
         padding: .25rem  !important;;
      }
      a{
/*       color: #ff9900  !important;;*/
      }
      a:hover{
         text-decoration: none  !important;;
      }
   </style>