<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.package{
    width:94%;
    margin-left:auto;
    margin-right:auto;
}
.packagenavigation{
    list-style:none;
    margin:0;
    padding:0;
}
.packagenavigation li{
    list-style:none;
    margin:0;
    padding:0;
    width:24.5%;
    height:30px;
    text-align:center;
    float:left;
    border:1px solid #cbcbcb;
    line-height:30px;
    font-size:1em;
}
.packagenavigationbg{
    color:#fff;
    background-color:#c22c3d;
}
.packagelistdiv{
    width:100%;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    float: left;
    -webkit-box-shadow: 1px 2px 2px 3px #D8D7DA;
    -moz-box-shadow: 1px 2px 2px 3px #D8D7DA;
    box-shadow: 1px 2px 2px 3px #D8D7DA;
}
.marginleft4{
    margin-left:4%;
}
.margintop4{
    margin-top:4%;
}
.packagelistimg{
    width:100%;
    min-height:60px;
}
.packagetitle{
    text-align:center;
    padding-bottom:2%;
    padding-top: 2%;
    font-size: 1.2em;
}
.packagesplit{
    width:100%;
    height:1px;
    border-bottom:1px dashed #d7d7d7;
}
.packagecontent{
    margin:2% 2% 0 2%;
}
.packagedetailsbottom{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #c22c3d;
    width: 56%;
    height: 24px;
    margin: 4% auto;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.packagedetailsbottomdiv a{
    text-decoration:none;
    color:#676767;
}
</pre></body></html>