.help-section .content{
	margin: 0px auto;
	width: 940px;
	height: 240px;
}

.btn-apply{
	margin-top: 30px;
	margin-bottom: 50px;
}

.zero-percent {
	font-size: 12em;
	background: -webkit-linear-gradient(#1ab394, #000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

table {
    border: 1px solid #FFF;
    border-radius: 4px;
    background-color: #FCFCFC;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);

    width: 600px;
    font-size: 1.0em;
    color: black;

    margin: 0 auto;
}

thead {
    td {
        font-weight: bold;
        font-size: 1.0em;
    }
}

td {
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
}

td:not(:first-child) {
    text-align: center;
    /*margin: 0 auto;*/
}

table.example td:not(:first-child) {
    text-align: right;
}

td.patchkit {
    background-color: #f3fff2;
}

.how-it-works div.step {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.number-circle {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    padding: 8px;

    border: 2px solid #000;
    color: #000;
    text-align: center;

    font: 32px Arial, sans-serif;
    margin: 0 auto;
}