/*<\mypost>*/

.font_weight_bold{font-weight: bold;}
.font_size_xx_small{font-size: xx-small;}
.font_size_x_small{font-size: x-small;}
.font_size_smaller{font-size: smaller;}
.font_size_small{font-size: small;}
.font_size_medium{font-size: medium;}
.font_size_larger{font-size: larger;}
.font_size_large{font-size: large;}
.font_size_x_large{font-size: x-large;}
.font_size_xx_large{font-size: xx-large;}

.mypost{
    font-size: 16px;
}

.mypost p{
    font-family: "Barlow";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}
.is-style-regulartable table, th, td{
  /*border: 0 !important;*/
}
/*</mypost>*/