html {
    margin: 0px;
    padding: 0px;
}
h1,h2,h3 {
    margin: 0px;
    padding: 0px;
}
h3 {
	color:white;
	font-size:18px;
}
h3 em {
	font-weight:bold;
}
.back-black {
    background: #000011;
}
.wrapper {
    width: 700px;
    background-color: #230a1b;
    color: #ffffff; 
    font-size: 14px;
    line-height: 1.6;
}
.strong-color {
    color: red;
    font-style: normal;
}
.comment {
    padding: 10px 20px;
}
.package {
    background-color: #000000;
    color: #b864ff;
    border: solid 3px #3f0079;
    padding: 10px 10px;
}
.package ul {
    padding: 0px 0px;
    margin: 0;
}
.package ul li {
    list-style-type: square;
    display: inline-block;
}
.text-right {
    text-align: right;
    margin: 0px;
}
.section {
    margin: 20px 0px;
}
.box {
    background-color: #160019;
    padding: 10px 10px 0px;
}
.box h3 {
    margin: 0px 0px 10px;
}
.box small {
    color:yellow;
    display: block;
    margin-bottom: 5px;
}
.price-box {
    background-color: #3e0045;
    padding: 10px 10px;

}
.size {
    color: red;
    width: 50%;
    margin-top: 20px;
    float: left;
}
.price {
    width: 50%;
    float: right;
    text-align: right;
}
.price strong {
    font-size: 30px;
    margin-left: 5px;
}
.price small {
    font-size: 12px;
    display: block;
}
.strong-price {

}

.multi-price {
    color:yellow;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.image {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
    color: #ddd;
}
.image img {
    width: 100%;
}
