/*.njn-card {
    font-size: 12px;
}*/

.justify-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-center{
    display: flex;
    align-items: center;
}

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

.full-width{
    width: 100% !important;
}

.font-13{
    font-size: 13px;
}

.installment-table .table tbody td{
	border-left-width: thin;
}

/* Style the sidenav links and the dropdown button */
.user-sidbar-link a, .dropdown-btn {
  /*padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;*/
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  margin-left: 30px;
}

.dropdown-btn a {
	margin-left: -6px;
}
