.main {
    padding: 0.5em 0em 2em 0em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    width: 780px;
	text-align:justify;
}

h1,
h2,
h3,
h4,
h5,
.keyword {
    color: #68455a;
}

h3 {
    margin-bottom: 3px;
}

h5,
.iterkeyword {
    font-style: italic;
}

.abstract {
    float: left;
}

.hline {
    width: 100%;
    border-bottom: 2px solid #68455a;
    clear: both;
}

.img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

p {
    line-height: 25px;
	text-align:justify;
}

p.reference {
    line-height: 20px;
}

#openAccess {
    color: #68455a;
}

.Figure-block {
    padding: 10px 10px 10px 10px;
}
.Figure-block {
    background-color: white;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.Cite {
    padding: 10px 10px 10px 10px;
}
.Cite {
    background-color: white;
	overflow: hidden;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.main-article-cc {
    padding: 40px 40px 30px 40px;
}
.main-article-cc {
    background-color: #fafafa;
    overflow: hidden;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.article-figure-image {
    text-align: center;
	width: 101%;
	overflow: auto;
}
.Figure-block a {
    text-align: center;
    display: inline-block;
    position: relative;
}
.article-figure-note {
    margin-top: 10px;
}
.Figure-block .article-figure-note p.figure-note {
    font-family: "OpenSans";
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

element.style {
}


  .article-table {
    width: 101%;
  }

  .table-responsive {
    border: none;
  }

  .article-table {
    overflow: auto;
  }

  .table-responsive {
    min-height: .01%;
    overflow-x: auto;
  }

  * {
    padding: 0px;
    margin: 0px;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .article-table table {
    border: #999 solid 1px;
  }

  .article-table table {
    background-color: transparent;
  }

  .article-table table {
    border-spacing: 0;
    border-collapse: collapse;
  }

  .article-table table thead {
    background-color: #D6D6D6;
    border-bottom: #000 solid 2px;
  }

  .article-table table tr th,
  .article-table table tr td {
    padding: 10px;
  }

  .article-table table.bordered tr td,
  .article-table table.bordered tr th {
    height: 25px;
    border: #999 solid 1px;
  }

  .article-table table.tac tbody tr td {
    text-align: center;
  }

  .table-title {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
  }

  .table-note {
    display: inline-block;
  }

  .table-note span {
    font-family: "OpenSans";
  }

  .table-note p {
    margin-bottom: 10px;
    font-family: "OpenSans";
    font-size: 14px;
  }

  .table_footer_note p {
    margin-top: 10px;
    font-family: "OpenSans";
    color: #666;
    font-size: 12px;
    line-height: 20px;
  }

  a:link.reference-link,
  a:active.reference-link,
  a:visited.reference-link {
    color: #68455a !important;
  }
