
.custom-footer, .product-container{
    margin: 18px 0;
    padding: 15px 15px 15px 0;
}

.product-container{
    border:solid 1px #d8e1f0;
    background: #fdfcfc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px #DDDDDD;
    -moz-box-shadow: 0 2px 4px #DDDDDD;
	box-shadow: 0 2px 4px #DDDDDD;
    padding-left: 30px;
}

.product-container h3{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #4888ef;
}
.custom-footer .product-actions{
    margin-left: 20px;
}
.product-actions{
    text-align: center;
    width: 200px;
    height: 80px
}
.product-actions input, .custom-footer a.go-to-ticket{
    color: white;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    height: 40px;
    margin: 8px 0 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 1px 1px #113B80;
    vertical-align: middle;
    width: 200px;
    background-color: #4888ef;
    background-image: none;
    box-shadow:none;
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
}
.custom-footer a.go-to-ticket{
    background-color: #706f6f;
    height: 30px;
    line-height: 30px;
    width: 178px;
    text-decoration: none;
}

.product-actions input:hover, .product-actions input:active, .product-actions input.active{
    background-color: #3b6cbb;
}
.custom-footer a.go-to-ticket:hover, .custom-footer a.go-to-ticket:active, .custom-footer a.go-to-ticket.active{
    background-color: #54545a;
}
.product-price{
    font-size: 15px;
    line-height: 20px;
    margin-top: 5%;
}
.product-description{
    padding: 0 5px;
    text-align: left;
    position:relative;
}
.product-description{
        width: 480px;
}

.product-description ul, .product-description ol{
    list-style: none!important;
    text-align: left
}
.product-description ul li{
   min-height: 20px;
}