.display-error {
	font-weight: bold;
	color: red;
}

#features {
    
}

#features table {
    border-collapse:collapse;
}
#feature tr {
    
}
#features th {
    border: 1px solid #bbb;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    background-color: #f3f3f3;
}
#features td {
    border: 1px solid #bbb;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    background-color: #f3f3f3;
}
.feature-title {
    background-color: #e1e8f6;
    
}
.tick-delete {
    height: 25px;
    width: 25px;
}
.debugbar-version {
    line-height: 50px;
    font-family: helvetica, arial;
    font-weight: bold;
    background-color: #edf2ff;
    background:-moz-linear-gradient(90deg, #ffffff, #edf2ff); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#edf2ff), to(#ffffff)); /* Webkit */
}
#features #debugbar-version-first {
    background-color: #efefef;
    border-left: none;
    border-top: none;
}
#features tr>.impair {
    background-color: white;
}
#download-line td, th {
    border: none;
    background-color: #efefef;
}
#features #download-first {
    border-left: none;
    border-bottom: none;
    border-right: none;
    background-color: #efefef;
}
.pricing-pro, .pricing-free {
    background-color: #999999 !important;
    background:-moz-linear-gradient(90deg, #999999, #f7f7f7); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#999999)); /* Webkit */
    text-decoration: none;
    text-shadow: none;
    color: #f7f7f7;
    
}
.business-name {
    font-size:1.3em;
    font-weight: bold;
}
.btn-licence,
.link-online a {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 1em Arial, Helvetica, sans-serif;
    padding: .5em 1em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-weight: bold;
}
.btn-licence:hover,
.link-online a:hover {
    text-decoration: none;
}
.btn-licence:active,
.link-online a:active {
    position: relative;
    top: 1px;
}
    /*background-color: #8ddf00;
    background:-moz-linear-gradient(90deg, #70a500, #8ddf00); 
    background:-webkit-gradient(linear, left top, left bottom, from(#8ddf00), to(#70a500)); 
    height: 50px;
    -moz-border-radius: 10px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1em;
    shadow: none;*/
.orange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.green,
.link-online a {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover,
.link-online a:hover {
    background: #538018;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
    background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active,
.link-online a:active {
    color: #a9c08c;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
    background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.big {
    font: 2em Arial, Helvetica, sans-serif;
    padding: 1em;
}

.medium {
    font: 1.5em Arial, Helvetica, sans-serif;
    padding: 0.5em;
}

.blockborder {
	margin: 10px;
	padding-left: 10px;
	border: 1px solid #b9b9b9;
	border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E6F5FC), to(#CFEEFC));
    background: -moz-linear-gradient(top,  #E6F5FC,  #CFEEFC);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6F5FC', endColorstr='#CFEEFC');
}

.center-inner {
	width: 100%;
	text-align: center;
}

.choose-payment-method {
	font-size: 14pt;
}

.payment-method {
	display: inline-block;
	width: 80%;
	margin: 10px 50px 20px 50px;
    outline: none;
    text-align: center;
    text-decoration: none;
    font: 1.2em Arial, Helvetica, sans-serif;
    padding: .5em 1em .55em;
    /*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-weight: bold;

    color: #2E2B74;
    border: solid 1px #C3C3C3;
    background: #E3E2E3;
    background: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#D6D6D6));
    background: -moz-linear-gradient(top,  #ECECEC,  #D6D6D6);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECECEC', endColorstr='#D6D6D6');
}

.pay-left {
	float: left;
}

.pay-right {
	float: right;
}

.link-online a {
	margin-top: 20px;
}
.pay-pal-btn {
	margin-top: 45px;	
}
.pay-wire-btn {
	margin-top: 25px;
}

.hide {
	display: none;
}

.bottom-line td {
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
}
