#CI14-Container #price-table-wrapper {display:flex;height:100%;}
#CI14-Container #price-table-wrapper .price {display:flex;flex-direction:column;justify-content:space-around;width:auto;flex:1;}
#CI14-Container #price-table-wrapper .price .grey {flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end;padding:0;}
#CI14-Container #price-table-wrapper .price .grey .grey-inner {padding:20px;}
#CI14-Container #price-table-wrapper .price .grey .button {padding:5px 10px;display:inline-block;}
#CI14-Container #price-table-wrapper .price .grey .button:hover {text-decoration:none;}
#CI14-Container #price-table-wrapper .price .CI14-img {padding: 0;}
#CI14-Container #price-table-wrapper .price .CI14-img img {width:100%;}

#CI14-Container.CI14-3items .price:not(:first-child) {margin-left:1%;}
#CI14-Container.CI14-3items .price:not(:last-child) {margin-right:1%;}
#CI14-Container #price-table-wrapper .price li:nth-last-of-type(2) {margin:auto 0 0 0;}

@media screen and (max-width: 440px){
#CI14-Container #price-table-wrapper {flex-direction:column;}
#CI14-Container #price-table-wrapper .price {width:100% !important;margin-right:0 !important;margin-bottom:20px;}
#CI14-Container #price-table-wrapper .price li {font-size:1.1rem;}
#CI14-Container #price-table-wrapper .price .grey .grey-inner {border-top:0;}
}