.normaltext, .smalltext, .mintext, .bigtext
{
    font-size: 0.9em !Important;
    font-family: 'Segoe UI' , 'Segoe' , 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif !Important;
    font-weight: 400;
}

.bigtext {
  font-size: 1.2em !Important;
  font-weight: 300;
}


.smalltext {
  font-size: 0.7em !Important;
}

.mintext {
  font-size: 0.75em !Important;
}
.font_0_8_em {
  font-size: 1.0em !Important;
}
.font_0_9_em {
  font-size: 1.0em !Important;
}

.font_1_0_em {
  font-size: 1.0em !Important;
}
.font_1_1_em {
  font-size: 1.1em !Important;
}
.font_1_2_em {
  font-size: 1.2em !Important;
}
.font_1_3_em {
  font-size: 1.3em !Important;
}
.font_1_4_em {
  font-size: 1.4em !Important;
}
.font_1_5_em {
  font-size: 1.5em !Important;
}
.font_1_6_em {
  font-size: 1.6em !Important;
}
.font_1_7_em {
  font-size: 1.7em !Important;
}


.font_2_em {
  font-size: 2em !Important;
}
.font_3_em {
  font-size: 3em !Important;
}
.font_4_em {
  font-size: 4em !Important;
}
.font_5_em {
  font-size: 5em !Important;
}
.font_6_em {
  font-size: 6em !Important;
}

.my-separator{
  border-bottom: 1px solid rgba(220,220,220, .2);
  width: 100%;
  display: block;
  margin: 11px 0;
}


.labelValue {
    height: 28px;
    border: 1px solid red;
    padding: 5px 15px 5px 5px;
    border: 1px solid #B8B8B8;
    margin-bottom: 2px;
    background: #FFFFFF; 
    color: #000000;
}

.hashtag {
  padding-left: 5px; 
  padding-right: 5px;
  border-radius: 3px;
  font-size: calc(80% + 0.07vw) !important;
}

.verticalTop {
    vertical-align: top;
}
.left{text-align: left !important;}
.center{text-align: center !important;}
.right{text-align: right !important;}
.justify{text-align: justify !important;}
.bold {font-weight: 600 !important;}
.nowrap {
    white-space: nowrap;
}

.padding_2 {
    padding: 2px;
}

.padding_20 {
    padding: 20px !important;
}

.lower {
    text-transform: lowercase;
}

.upper{text-transform: uppercase;}

.fotoUsuario_60_x_60
{
    width: 60px;
    height: 60px;
}

.fotoUsuario_30_x_30
{
    width: 30px;
    height: 30px;
}


.legend {
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 14pt;
  font-size: 16.5pt;
  line-height: 28pt;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.riscado {
  text-decoration: line-through !important;
}

