.steps {
    display: block;
}
.steps .step1,
.steps .step2 {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 230px;
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
    color: #949BAB;
}
.steps .step1:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-block;
    height: 0px;
    width: 0px;
    border-top: 10px solid transparent; 
    border-left: 10px solid #CCCCCC; 
    border-bottom: 10px solid transparent; 
}
.steps .active-step {
    color: #3D579F;
}
.steps .step1 span,
.steps .step2 span {
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
}
.skipp-btn {
    text-align: right;
}
.social-activation-form,
.activation-form {
    display: block;
}
.welcome-div-2 table td {
    border: 0;
}
.welcome-div-2 .thumb-icon-welcome {
    display: block;
    height: 100px;
    width: 100px;
    border: 2px solid #F0F0F0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.welcome-div-4 table td {
    border: 0;
}
.welcome-div-4 .thumb-icon-welcome {
    display: block;
    height: 100px;
    width: 100px;
    border: 2px solid #F0F0F0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.freemoney-table {
    border-bottom: 1px solid #FFD563;
}
.freemoney-table th {
    text-transform: uppercase;
}
.freemoney-table td {
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}
.freemoney-table td .btn {
    width: 100px;
}
.freemoney-table td.price {
    color: #FFD563;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.freemoney-table td.picture {
    width: 100px;
}
.freemoney-table td.picture img {
    width: 100px;
    height: 100px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}