/*ALIGN */
.gr-text-align-center-important {
    text-align: center !important; }

.gr-text-align-center {
    text-align: center;
}

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

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

.underline-text {
    text-decoration: underline;
    font-weight: 700; }

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

.uppercase {
    text-transform: uppercase; 
}

/*FONT-SIZE */
.gr-font-size-padrao{
    font-size:10px;      /*CRIANDO UMA CLASSE QUE SERA O PADRAO */
}

.gr-font-size-1-ponto-4-em {
    font-size:1.4em;
}

.gr-font-size-16px {
    font-size:16px;
}

.gr-font-size-17px {
    font-size:17px;
}

.gr-font-size-18px {
    font-size:18px;
}

.gr-font-size-20px {
    font-size:20px;
}

.gr-font-size-60px {
    font-size:60px;
}

/*FONT-WEIGHT*/
.gr-font-weight-bold {
    font-weight: bold;
}

.gr-font-family-fontawesome {
    font-family: 'FontAwesome';
}

/*TRANSFORM*/
.gr-text-transform-uppercase {
    text-transform: uppercase;
}

/*DECORATION*/
.gr-text-decoration-underline {
    text-decoration: underline;
}

/*LINE-HEIGHT*/
.gr-line-height-70 {
    line-height: 70%;
}

.tablelabel th{
  text-align: center!important;

}

.font20{
  font-size: 24px;
  font-weight: bold;
  margin-top: -2px !important;

}
.font30{
  font-size: 34px;
  font-weight: bold;
  margin-top: -3px !important;

}
.font32{
  font-size: 37px;
  font-weight: bold;
  margin-top: -2px !important;
}