@charset "UTF-8";

table {
    width: 100%;
    border-collapse: collapse;
}

tr.bg {
    background: rgba(192,192,192,0.15);
}

tr#plan , tr#price {
    font-weight: bold;
}

tr#price td {
    font-size: 19px;
}

th , td {
    width: 25%;
    padding: 4px 10px;
}

th {
    text-align: left;
    font-weight: normal;
}

td {
    text-align: center;
}

.table_even {
    border-right: 1px dotted #fff;
}

td.bg_column {
    background: rgba(192,192,192,0.15);
}

p.small {
    text-align: left !important;
    margin-top: 30px;
}

table span.user {
	font-size: 15px;
	padding-left: 5px;
}

h3.planPlace {
	font-size: 18px;
    margin-bottom: 20px;
    padding-left: 10px;
}

h3 {
	font-size: 18px;
    margin-bottom: 20px;
    background: rgba(192,192,192,0.15);
    padding: 10px 10px 6px 10px;
    border-bottom: 3px solid #9597FF;
    font-weight: normal;
}

h3.planMain>span {
	padding-left: 20px;
	font-size: 15px;
}


#plansMain {
	background: linear-gradient(to bottom right, #60a6ff, #ad90ff 70%);
	text-align: center;
}

#plansMain>div.wrapper {
    padding: 55px 0 40px 0px;
}

#plansMain div.wrapper>p {
    line-height: 2.5;
    padding: 20px 0 0;
    color: #fff;
}

#plansContent {
	padding: 70px 0;
}

div.custom_flow,
div.custom {
	clear: both;
	margin-top: 40px;
}

.custom a {
	text-decoration: underline;
    color: #3ebaff;
}

div.custom_flow span.flowttl {
	font-weight: bolder;
}

div.button_group {
	padding: 0 210px;
}

div.button_group .button_download {
	float: left;
}

div.button_group .button_contact {
	float: right;
}

.button_contact,
.button_download {
	padding-top: 30px;
}

.button_contact a,
.button_download a {
	display: block;
    background: #ff4141;
    color: #fff;
	width: 250px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
    text-align: center;

}

.button_contact a {
	text-decoration: none;
	background: #323232;
}

a.plan_contact {
	margin: 0 auto;
}

















