.just p {
   text-align: justify;
}

ul {
   text-align: left;
}

li {
   font-weight: bold;
   list-style: none;
}

table {
   width: 90%;
   margin: 0 auto;
}

th,
td {
   padding: 5px 30px;
   text-align: center;
   border-bottom: 1px solid black;
}

hr {
   width: 85%;
   margin: 5px auto;
   border-bottom: 1px solid black;
}

[class*="contai"] {
   text-align: left;
}

[class*="col"] {
   padding: 5px 10px;
}