﻿/** {
    box-sizing: border-box;
}*/

.columns {
    float: left;
    width: 25%;
    
}

.price-view {
    border: 1px solid #ddd;
    border-radius: 4px;
    /*box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)*/
}

.price-list {
    list-style-type: none;

    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*.price-list:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}*/

.price-list .header {
    font-size: 25px;
    height:80px;
    color: white;
    background-color:#428bca;
}


.price-list .price-header {
    font-size: 20px;
    height:40px;
    line-height:0.8;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}



.price-list .special-offer {
    color:#fff;
    background-color: #EC8500;
    font-size: 20px;
    height:60px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}


.price-list li, .price-list li.alt {
    /*border-bottom: 1px solid #ddd;*/
    padding: 10px;
    height:40px;
    text-align: center;
}

.price-list li.alt {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}


.price-list .special-offer-label {
    font-weight:bold;
    background-color: #f7cd98;
    height:60px;
    text-align:left;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.price-list small {
    font-weight: normal;
    font-style: italic;
    font-size: 10px;
}

.price-list .savings
{
    font-weight:bold;
    color: red;
    /*font-size:14px;*/
}