/* === SOLUTII SOFT === */
/* === HELPER CLASSES === */
.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top40 {
    margin-top: 40px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.noMargin {
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noTop {
    margin-top: 0
}

.w320 {
    width: 320px !important;
}

.text-right {
    text-align: right !important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

/* === END HELPER CLASSES === */

.small {
    width: 100px;
}

.xs-small {
    width: 50px;
}

.text-shadow {
    text-shadow: 1px 1px 0 #FFFFFF;
}

.solso-content {
    margin-top: 50px;
}

/* === BUTTONS === */
.solso-pdf {
    background: #8e44ad;
    border-color: #8e44ad;
    color: #ffffff;
}

.solso-pdf:hover,
.solso-pdf:focus,
.solso-pdf.active {
    background: #9b59b6;
    border-color: #9b59b6;
    color: #ffffff;
}

.solso-email {
    background: #2c3e50;
    border-color: #2c3e50;
    color: #ffffff;
}

.solso-email:hover,
.solso-email:focus,
.solso-email.active {
    background: #34495e;
    border-color: #34495e;
    color: #ffffff;
}

/* === END BUTTONS === */

/* === END SOLUTII SOFT === */






