.text-tiny {
  font-size: 0.5rem;
}

.text-small {
  font-size: 0.75rem;
}

.text-big {
  font-size: 1.5rem;
}

.text-huge {
  font-size: 2rem;
}

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

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

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

.txt-pink{
  color: #A10D59;
}

.txt-blue{
  color: #027C93;
}

img.img-margin {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.number{
  font-weight: 600;
  font-size: 1.75em;
}

.date{
  font-family: "Titillium Web", sans-serif;
  font-size: 2em;
}

table {
  width: 100%;
  border-spacing: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

th {
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #666;
  text-align: left;
}

tr{
  background-color: #fff;
}

td {
  padding: 5px;
  border-bottom: 1px solid #666;
}