div#fin-custom {
    float: left;
    margin-top: 5%;
}


div#pluSign {
    font-size: 20px;
    font-weight: bold;
    position: relative;
/*    margin-top: -45px;*/
    margin-top: -55px;
/*    left: 27.8em;*/
    left: 28.2em;
}

p.indicationText {
    font-weight: bold;
}

select#specializareSelect_2,
select#specializareSelect_3,
select#specializareSelect_4,
select#specializareSelect_5,
select#specializareSelect_6,
select#specializareSelect_7
{
    display: none;
}

table.tabelStudenti {
    text-align: center;
    width: 100%;
}

td.randuriTabelStudenti {
    border: 1px solid;
/*    padding: 4px !important;*/
/*    padding: 1px !important;*/
}

button.butDownload {
    background: green;
    color: white !important;
    font-weight: bold !important;
    border: 1px solid green;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}