/*For tags in general*/
body {
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0px;
}
div {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  margin-top: 24px;
}
h2 {
  margin-top: 20px;
  margin-bottom: 20px
}
h3 {
  font-style: italic;
}
p {
  margin-top: 0;
  width: 100%;
  max-width: 1000px;
}
a {
  cursor: pointer;
  color: #666;
}
li {
  padding-bottom: 4px;
}
table {
  color: #999;
  border:  1px solid #f6f6f6;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 15px;
}
table th, table tr, table td {
  border: 1px solid #f6f6f6;
  padding: 8px 12px;
  table-layout: fixed;
  word-break: normal;
}
table th {
  background-color: #999;
  color: #fff;
}
input {
  font-size: 16px;
  padding-left: 4px;
}
input[type=checkbox] {
  transform: scale(1.3);
  margin-left: 15px;
}

.navigator {
  white-space: nowrap;
}

.navigator a:hover {
  color: #666;
}

.t_nav {
  margin-bottom: 6px;
}

.t_sub_nav {
  margin: 0;
  padding: 0;
}

.indent {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

/*For template whole and general elements*/
.t_whole {
  margin-left: 12px;
  margin-top: 8px;
}
.t_item {
  margin-bottom: 30px;
}
.t_button {
  background-color: #f0f0f0;
  border-width: 1px;
  border-radius: 3px;
  width: 140px;
}
.t_div{
  position: relative;
  margin: 0 0 30px;
}

.t_image{
  max-width: 1150px;
  width: 100%;
}

.t_note {
  margin-left: 20px;
  color: #aaaaaa;
}

/*For news template*/
.t_table_news {
  color: #222;
  border: hidden;
  margin: 0 0 30px;
}
.t_table_news_tr, .t_table_news_td {
  color: #222;
  border: hidden;
  padding: 0 4px 4px 0;
  vertical-align: top;
}

/*For register and login template*/
.t_form {
  position: relative;
  font-size: 16px;
}

/*For register template*/
.t_table_form {
  color: #222;
  border: hidden;
  margin: 0px 0px 30px;
}
.t_table_form_tr, .t_table_form_td {
  color: #222;
  border: hidden;
  padding: 0px 4px 4px 0px;
}

/*For error template*/
.t_error_title {
  color: #f00;
  margin-bottom: 30px;
}
.t_error_message {
  color: red;
}

/*For claudflare turnstile template*/
#submit_button {
  margin-top: 30px;
  margin-bottom: 30px;
}

