/* 
  =====================================
       General purpose CSS classes 
  =====================================
*/
.p-10
{
  padding: 10px;
}
.mb-10
{
  margin-bottom: 10px;
}
.text-nowrap
{
  white-space: nowrap;
}
.text-bold
{
  font-weight: 600;
}

.end-aligned
{
  float: inline-end;
}