/* Element
===============================*/
.main {
  padding: 0 4rem; }

.page_title {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 1rem 0;
  border-bottom: 2px solid #333;
  color: #333;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4; }

.page_subtitle {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold; }

.edit p {
  margin-bottom: 2rem; }

.edit ol,
.edit ul {
  margin-bottom: 2rem;
  padding-left: 3rem; }

.edit ol {
  list-style-type: decimal; }

.edit ul {
  list-style-type: disc; }

.edit li {
  list-style-type: inherit;
  margin-bottom: 1rem; }
  .edit li:last-of-type {
    margin-bottom: 0; }

.edit table {
  width: 100% !important; }

.edit td {
  border: 1px solid #999;
  padding: 0.6rem;
  width: auto !important;
  word-break: break-word;
  vertical-align: middle; }

/* Responsive
====================*/
/*[ MIN ]---------------------------*/
@media (min-width: 64.0625em) {
  /*1025*/ }

@media (min-width: 40.0625em) {
  /*641*/ }

@media (min-width: 30.0625em) {
  /*481*/ }

/*[ MAX ]---------------------------*/
@media (max-width: 40em) {
  /*640*/ }

@media (max-width: 30em) {
  /*480*/ }

@media (max-width: 23.75em) {
  /*380*/
  .page_title {
    margin-bottom: 2rem;
    font-size: 1.8rem; }
  .page_subtitle {
    margin-bottom: 1rem; }
  .edit p {
    margin-bottom: 1rem; }
  .edit ol,
  .edit ul {
    margin-bottom: 1rem;
    padding-left: 2rem; }
  .edit li {
    list-style-type: inherit;
    margin-bottom: 0.6rem; }
  .edit td {
    padding: 0.4rem; } }

@media (max-width: 30em) {
  /*480*/
  .main {
    padding: 0 2rem; } }

@media (max-width: 22.5em) {
  /*360*/
  .page_subtitle {
    font-size: 1.6rem; } }

@media (max-width: 21.25em) {
  /*340*/
  .main {
    padding: 0 1.5rem; } }
