@import "SCL0060.css";
table.MsoNormalTable p{
    margin:0 !important;padding:0 !important;
}
table.MsoNormalTable td{
    padding: 2px !important;
}
.col-md-12 ul{
    list-style: disc outside none !important;
    padding-left: 20px !important;
    margin-left: 15px !important;
}.col-md-12 ol{
     list-style: initial !important;
     padding-left: 20px !important;
     margin-left: 15px !important;
 }

 table.prices{
     margin: 5px;
     float: left;
     border: 2px solid #4b1e64;
 }
 table.prices th{
     color: #ffffff;

 }
 table.prices th, table.prices td{
     text-align: center;
     font-weight: bold !important;
 }
 table.prices td{
     color: #000000;
 }
 table.prices td.max{
     color: #ce1784;
 }
 table.prices td.details{
     font-size: .65em;
     color: #9c9c9c;
 }
table.prices tr th, table.prices tr td{
     border-bottom: 1px solid #4b1e64;
 }
 table.prices tr.no-bottom-border td{
     border-bottom: none;
 }

