@charset "UTF-8";
/* CSS Document */
.title {
    text-align: center;
}

.container {
    width: 80%;
	margin: 5px auto;
    background-color: #f0f0f0;
    padding: 15px;
    text-align: justify; /* justify the text inside */
    overflow-x: auto;
}
html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
      font-family: Roboto, sans-serif;
      background-color: #f0f0f0;
	
    }

    table {
      width: 80%;
      max-width: 100%;
      height: auto;
      border-collapse: collapse;
      text-align: left; /* Reset table cell alignment */
	  margin: 0 auto;
	  border-spacing: 0;
    }

    td, th {
      padding: 0;
      vertical-align: top;
      word-wrap: break-word;
	  border: 1px solid #ccc;
    }

	caption {
      caption-side: top;
      font-weight: bold;
      margin-bottom: 10px;
    }

    header, footer {
      background-color: #007bff;
      color: #fff;
      text-align: center;
      padding: 12px 8px;
      font-size: 16px;
    }

    .content {
      text-align: center;
      font-size: 16px;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }





.abstract {
}
.ccbysa {
	float: right;
}


.auth {
    float: left;
}

footer {
            text-align: center;
            padding: 20px;
            background-color: #b8bebe;
            color: white;
        }
        footer hr {
            width: 100%;
            border: 1px solid #fff;
            margin: 10px auto;
        }

footer p {
            color: red; /* Set text color to red */
        }
        footer a {
            color: black; /* Set link color to red */
            text-decoration: none; /* Optional: removes the underline from the link */
        }



.sum {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.sum-upper {
  position: absolute;
  top: -0.6em;
  left: 50%;
  transform: translateX(-50%);
}

.sum-lower {
  position: absolute;
  bottom: -0.6em;
  left: 50%;
  transform: translateX(-50%);
}

