div.package,
div.example
{
    background:#eee;
    border: solid 1px #ccc;
    padding: 15px;
    cursor:default;
    margin-top:10px;    
}

div.package:hover,
div.example:hover
{
    border:solid 1px #015483;
}

div.box-price div.price
{
    font-size:32px;
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
}

div.box-price div.promotion
{
    color:#ce4844;
    text-align:center;
    font-weight: bold;
}

div.box-price div.warranty
{
    margin-top:5px;
    font-size:12px;
    text-align:center;
    color:#999;
}
div.box-price .panel-body
{
    padding:0px;
}

div.box-price div.panel-body div.detail
{
    margin:15px;
}


pre code
{
    background:transparent !important;
}

div.sticky-box
{
    border: solid 1px #ccc;
    border-radius:4px;
}

div.sticky-box div.top
{
    border-bottom:solid 1px #ccc;
    padding:10px;
}
div.sticky-box span.price
{
    font-size:24px;
    font-weight:bold;
}

div.sticky-box div.license-chooser
{
    margin-top:5px;
}

div.reviews span.heading
{
    font-size:24px;
    font-weight: bold;
}

span.rating
{
    display:inline-block;
    color:#ddd;
    font-size:14px;
}
span.rating i
{
    margin-right:3px;
}

div.review-header
{
    border-bottom:solid 1px #ccc;
    margin-bottom:15px;
    padding-bottom:15px;
}

span.rating-bg
{
    font-size:20px;
}

span.rating-md
{
    font-size:18px;
}

span.rating-action
{
    cursor:pointer;
}


div.review-list
{
    padding-top:15px;
}

div.review
{
    border-bottom:solid 1px #ccc;
    padding-bottom:15px;
    padding-top:15px;
    padding-left:15px;
}

div.review:first-child
{
    padding-top:0px;
}


div.review-body
{
    margin-left:64px;
}
div.review-date
{
    color:#aaa;
}

div.review img.avatar
{
    width:48px;
    height:48px;
}

div.readme img
{
    width:100%;
}

.dash-bottom
{
    border-bottom: 1px dashed #999;
}

.icon-big
{
    font-size:48px;
}


div.aspect-ratio
{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}
.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.box-discount
{
    display:block;
    text-align: center;
    padding:10px;
    font-size:20px;
    font-weight: bold;
    background: #8e226a;
    color:#fffce0;
}
.box-discount:hover
{
    text-decoration: none;
    color:#fff;
}
#koolreportpro
{
    background-color:#000;
}
#koolreportpro a
{
    background-color:#d9534f;
    color:#fff;
}
#koolreportpro a:hover
{
    background-color:#c43b37;
    color:#fff;
}

#headText
{
    display:block;
    background-color:#000;
    color:#fff;
    padding:10px;
    font-size:18px;
    text-decoration: none;
    font-weight: bold;
}
