.btn-wrapper {
  padding: 1rem 0 2rem;
}

.content-spacing {
  padding-bottom: 60px;
  padding-top: 60px;
}

.--pt-60 {
  padding-top: 60px;
}

.--pb-60 {
  padding-bottom: 60px;
}

.--mt-n60 {
  margin-top: -60px;
}

/* TABLE STYLING */
table, th, td {
    border-collapse: collapse;
  }
table thead tr:first-child {
    cursor: pointer;
}
table a {
    color: rgb(152,112,13);
}
table {
    width: 100%;
}

table tr td input {
    width: 100%;
}

th {
    padding: 5px;
}

td {
    padding: 5px;
}
tbody td {
    border-bottom: 1px solid rgb(221,221,221);
}
.custom-striped-row {
    background-color: rgba(0, 0, 0, .05); /* Bootstrap's default striping color */
}


/********Paragraph******/

#p-font {
  font-size: 26px;
}

#div-paragraph {
  display: flex; 
  margin-top: 10px; 
  justify-content: center; 
  align-items: center;
}