QualityBox.css

From Freephile Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

html {

 font-size: 16px;

} .pricing-table * {

 list-style: none; 
 line-height: 1;
 text-align: center !important;

} .title {

 border-radius:10px 10px 0 0; 
 font-size:4.5rem; 
 font-weight: 600; 

} .pricing-table .title {

 background-color: #fff; 
 padding: 1.625rem 1.25rem; 
 text-align: center; 
 color: #375793;

} .pricing-table .title span {

 display: block;
 font-size: 1.75rem;
 font-weight: 300;

} .pricing-table.most-popular .most-popular-title {

 padding: .9375rem;
 border-radius: 10px 10px 0 0;
 font-weight: 300;
 background-color: #375793;
 border: none;
 color: #fff;

} .pricing-table .price {

 background-color: #e2e9f0;
 padding: 1.25rem;
 text-align: center;
 color: #2d3339;
 font-weight: 700;
 font-size: 1.125rem;
 border-top: 1px solid #c4d2df;
 border-bottom: 1px solid #c4d2df;

} .pricing-table .bullet {

 background-color: #fff;
 padding: 1.25rem;
 text-align: center;
 color: #333;
 font-size: 1.125rem;
 font-weight: 400;
 border-bottom: solid 1px #d1dce7;

} .pricing-table .btn {

 text-align: center;

} a:hover {

 cursor: pointer;

} a:active, a:hover {

 outline: 0;

} .btn {

 display:block;

} .btn a {

 text-decoration:none;
 color: #fff !important;

}