* {
    box-sizing: border-box;
}

.columns {
    /*position: absolute; */
    float: left;
    width: 33.3%;
    padding: 8px;
}

.price {
    /*position: absolute;*/
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}

.price .header {
    /*background-color: #111;*/
    /*background-color: #004A91;*/
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

#p-header-basic {
   background-color:#111111;
}

#p-header-pro {
   background-color:#0093D8;
}

#p-header-premium {
   background-color: #004A91;
}

.button-price-table {
    background-color: #0093D8;
    font-family: 'Helvetica Neue', serif;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.button-price-table:link {
    
    color: white;
    text-decoration: none;
    
}


.button-price-table:visited {
    
    color: white;
    text-decoration: none;
    
}

.button-price-table:hover {
    background-color: #004A91;
    color: white;
    text-decoration: none;
}

/*@media only screen and (max-width: 600px) {*/
/*    .columns {*/
/*       width: 100%;*/
/*    }*/
/*}*/

#pricing-holder{
	width: 100%;
	/*height: 47.25%;*/
    height: 650px;

   position: absolute;
   bottom: 0%;
   /*border: 3px solid #73AD21;*/
}