<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */



/*semi-rounded Theme*/

.semi-rounded{

}
.semi-rounded .column{
/*box-shadow*/
-webkit-box-shadow:0 0 2px -2px #000;
   -moz-box-shadow:0 0 2px -2px #000;
        box-shadow:0 0 2px -2px #000;
display:inline-block;
list-style:none outside none;
margin:30px 6px;
padding:0;
vertical-align:top;
width:200px;
/*transition*/
-webkit-transition:all 0.5s ease 0s;
   -moz-transition:all 0.5s ease 0s;
     -o-transition:all 0.5s ease 0s;
        transition:all 0.5s ease 0s;
/*border-radius*/
-webkit-border-radius:10px;
   -moz-border-radius:10px;
        border-radius:10px;
overflow:hidden;
}


.semi-rounded .column-item{
background:none repeat scroll 0 0 #f1f1f1;
color:#606060;
font-size:14px;
font-weight:200;
list-style:none outside none;
margin:0;
padding:15px 0;
position:relative;
text-align:center;
}

.semi-rounded .column-item-body{
    padding:10px 0;

}










.semi-rounded .column-item-header{
padding:20px 0;
overflow:hidden;
}
.semi-rounded .pricingtable-ribbon{
/*box-shadow*/
-webkit-box-shadow:0 2px 2px -2px #000;
   -moz-box-shadow:0 2px 2px -2px #000;
        box-shadow:0 2px 2px -2px #000;
display:block;
height:24px;
position:absolute;
right:-24px;
top:10px;
width:90px;
/*transform*/
-webkit-transform:rotate(45deg);
   -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
     -o-transform:rotate(45deg);
        transform:rotate(45deg);
}

.semi-rounded .pricingtable-header iframe{
margin-top:20px;
width:100%;
}
.semi-rounded div span.pricingtable-header-name{
clear:both;
display:block;
font-size:30px;
}

.semi-rounded div span.price-value{
clear:both;
color:#747474;
display:block;
font-size:35px;
line-height:35px;
}


.semi-rounded .column-item-media {
    padding: 0;
}
.semi-rounded .column-item-media img {
    box-shadow: none;
}












</pre></body></html>