.ctn-main {
  text-align: justify;
}
.ctn-main #side-nav,
.ctn-main #main-section,
.sub-section > .sub-title,
.sub-section > .subsection-content {
  padding: 0 15px;
}
/* .sub-section > .subsection-content { */
/*   padding: 0 50px; */
/* } */
.ctn-main p {
  margin: 0 auto 10px;
}
.form-box {
  border-radius: 20px 0;
  box-shadow: 2px 2px 12px rgba(44, 44, 130, .5);
/*  display: flex;
  flex-direction: column;*/
  padding: 20px 30px;
  margin: 0 auto;
  width: 99%;
}
.form-box > h3,
.subsection-content > h3 {
  text-align: center
}
.subsection-content > form {
  flex-direction: column;
}
.login-form > form {
  width: 100%;
}
.form-box > aside {
  font-size: 14px;
  margin-bottom: 10px;
}
form .form-input {
  border-bottom-right-radius: 10px;
  border-bottom: 5px solid rgba(44, 44, 130, .65);
  box-shadow: 0px 0px 7px -4px black;
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
  padding: 10px 15px;
}
.form-input > input,
.form-input > select,
.form-input > textarea,
.form-input > fieldset {
  border: 1.5px solid rgba(44, 44, 130, .35);
  border-radius: 12px;
  background: none;
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
}
textarea {
  resize: none;
}
.form-input > fieldset {
  display: flex;
  flex-flow: wrap;
}
.form-input > label,
.form-input  legend {
  font-weight: bold;
}
.form-input > label {
  padding: 0 15px 5px;
}
.form-input > fieldset > label {
  min-width: 100px;
  min-height: 25px;
}
.form-input > input[type='file'] {
  display: none;
}
.form-input > .image-label {
  padding: 0;
  text-align: center;
}
.image-label > img {
  border: 1px solid rgba(44, 44, 130, .45);
  border-radius: 12px;
  width: 100%;
}
label > input[type='checkbox'] {
  margin-right: 5px;
}
.form-buttons {
  display: flex;
  padding: 5px;
  justify-content: end;
}
.form-buttons > input[type='submit'] {
  background: rgba(44, 44, 130, .95);
  border: none;
  border-radius: 8px;
  box-shadow: 2px 2px 4px -1px rgba(44, 44, 130, .8);
  color: lightcoral;
  font-size: 16px;
  margin-left: 20px;
  padding: 6px 18px;
  text-shadow: 1px 1px 2px black;
}
.form-buttons > input[type='submit']:hover {
  color: white;
  cursor: pointer;
  border-radius: 8px;
  text-shadow: 0 0 2px lightcoral;
  box-shadow: 2px 2px 4px -1px lightcoral;
}
.form-buttons > button {
  background: lightcoral;
  border: none;
  padding: 6px 18px;
  font-size: 16px;
  color: rgb(44, 44, 130);
  border-radius: 8px;
  box-shadow: 2px 2px 4px -1px rgba(44, 44, 130, .8);
}
.form-buttons > button:hover {
  color: black;
  cursor: pointer;
  border-radius: 8px;
  text-shadow: none;
  box-shadow: 2px 2px 4px -1px lightcoral;
}
#main-section > form.form-box {
  flex-direction: row;
}
.sub-title > p {
  font-size: 14px;
}
table {
  border: 1.5px solid #26a2696A;
  border-radius: 5px;
  box-shadow: 2px 2px 15px -10px black;
  height: auto;
  min-height: auto;
  padding: 6px;
}
table thead {
  height: 34px;
}
table tbody {
  height: 100%;
}
tr th {
  background: #0000003A;
  border-radius: 4px;
  border: 1px solid #0000003A;
}
tr th, tr td {
  padding: 2px;
}
.sub-section td > img {
  width: 100px;
}
pre {
  font-family: monospace;
  overflow-x: auto;
  white-space: pre-wrap;
}
@media screen and (max-width: 1136px) {
  .col-short-desc, .col-long-desc {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .ctn-main > .sub-section {
    grid-template-columns: 1fr;
  }
  .ctn-main > #main-section,
  .ctn-main > #side-nav {
    width: 100%;
    padding: 0;
  }
  .ctn-main h4 {
    text-align: center;
  }
  .col-author, .col-donator, .col-theme {
    display: none;
  }
}
@media screen and (max-width: 944px) {
  .col-creation-dt, .col-donation-dt, .col-type {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .ctn-main {
    max-width: 95%;
  }
  .ctn-main #side-nav,
  .ctn-main #main-section,
  .sub-section > .sub-title,
  .sub-section > .subsection-content {
      padding: 0;
  }
}
