html{
   scroll-behavior: smooth;
} 

.contents_wrapper{
    font-family: Arial, Helvetica, Sans-serif;
    overflow-x:hidden;
}

p a {
    color: #d97441;
}
p a:hover {
    color: red;
}
strong{
    color:#d97441;
}
hr{
    width:90%;
    background-color:lightgray;
    margin:20px auto;
}
.gblue{
    color:blue!important;
}
.gpink{
    color:#b724a2!important;
}
.gred{
    color:firebrick!important;
}
.ggreen{
    color:darkgreen!important;
}
.guide_box{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	background-color:#f7f7f7;
	margin:10px auto;
	border: 1px solid rgba(73, 73, 73, 0.425);
	border-radius: 4px;
	max-width: 900px;
	/*margin: auto;
	*/
}

.guide_header{
    text-align:center;
    color: #007799;
    font-size:16px;
    font-weight:bold;
    padding:8px;
}

.grammarcodes,.variants{
    display:flex;
    flex-direction:column;
}
.example {
    color: #007799;
    font-weight: bold;
}
.showgramwrap,.showvarwrap{
    margin:auto;
    padding:5px 0;
}
.showgram,.showguide,.showsearchbutton,.showstdm,.showverbbutton,.showvariants,.showdecbutton,.showsitebtn {
	display: flex;
	margin: 5px auto 5px auto;
	padding: 3px 10px 2px 8px;
	color: #5C6E58;
	cursor: pointer;
	border-radius: 40px;
	border: 1px solid rgba(73, 73, 73, 0.425);
box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px 0px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
	background-color: #f6f6f6;
	cursor:pointer;
	transition:all .4s ease;
}
.showgram:hover,.showguide:hover,.showsearchbutton:hover,.showstdm:hover,.showverbbutton:hover,.showvariants:hover,.showdecbutton:hover,.showsitebtn:hover {
	color: #D97441;

	border:1px solid rgba(73, 73, 73, 0.425);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 2px -2px, rgba(0, 0, 0, 0.3) 0px 2px 2px -3px;
	background-color: #e9e8e8;
}
.codetable{
    padding-top:10px;
    display:flex;
    flex-wrap:wrap;
    width:100%;
    flex-direction:row;
    justify-content:space-around;
    overflow:hidden;
}
.guidepanel,.searchguide,.verbstable,.studypanel,.vartable,.dectable,.siteinfpanel{
      padding-top:10px;
    overflow:hidden;
}
.hidetable {

	max-height: 0px;

}
.showtablelink{
    cursor:pointer;
}
.showtablelink:hover,.showguidelink:hover{
  color: #e6360a;
}
.showtable {

	max-height: 10000px;
width:100%;
}
.codebox{
    width:33%;
}
.grammartable{
        display:flex;
    width:100%;
    justify-content:center;
}

#guide_wrap {
  font-size: .9em;
}


#guide_wrap > div {
background-color: #fff;
    border: solid #C5D2E0 1px;
    border-radius: 10px;
    padding: 15px 0;
    margin-top: 11px;
    margin-bottom: 15px;
}

.bubble > .bubBody h1:not(.mobile-title) {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  color: #58636f;
}

.bubble > .bubBody h2 {
  font-size: 1.05em;
  font-weight: bold;
  text-transform: uppercase;
  color: #575F6A;
}

.bubble > .bubBody h3 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding-top: 15px;
}


#guide_wrap > div h2 > a {
  color: #747474;
}

#guide_wrap > div h2 > a:hover {
  color: #39547f;
}



#guide_wrap p,
#guide_wrap > b {
  padding: 7px 20px;
    font-size: 16px;
}


#guide_wrap > div h2 + p {
  padding-top: 0;
}



#guide_wrap > ul {

  margin-top: 10px;
  margin-left: 15px;
}

#guide_wrap > div ul li {
  padding-top: 4px;
}

#guide_wrap > div > ul > li > ul {
  list-style-type: none;
}

#guide_wrap > div table {
  width: 100%;
}

#guide_wrap > div table > thead > tr + tr > th {
  padding-top: 10px;
}

#guide_wrap > div table > tbody > tr > td {
  color: #39547f;
  line-height: 1.5em;
}

#guide_wrap > div table > tbody > tr > td:first-child {
  padding-left: 15px;
  z-index:1;
}

#guide_wrap > div table > tbody > tr > td + td {
  text-align: right;
  padding-right: 15px;
  vertical-align:middle;
}
table::-webkit-scrollbar-track
{

	background-color: #dcdcdc;
}

table::-webkit-scrollbar
{
	width: 9px;
	height: 9px;
	background-color: #dcdcdc;
}

table::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: gray;
}
.infosectionwrap{
    margin: 2%;
    background-color: rgb(90 125 188 / 5%);
    border: 1px solid #849e71;
    border-radius: 5px;
}
.infosectionwrap .textwrap p{
    padding: 7px 7px!important;
}
.infosectionwrap h1{
    text-align: center;
    font-size: 1.2rem;
    margin: 0 auto;
    font-weight: bold;
    color: #007799;
}
.infosectionwrap hr{
    width:80%;
    margin:auto;
}
.centered,.centered2{
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 99%;
    margin:auto;
}
.imagewrap{
        display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 250px;
}
.imagewrap img,.showtable img{
  border-radius:10px;
  border:1px solid #5c6e58;
}
.showtable img{
    opacity:1;
    transition:opacity .4s ease;
}
.hidetable img{
    opacity:0;
        transition:opacity .4s ease;
}
.imagewrap2{
            display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
      width: 100%;
    height: 450px;
}
.largeimage{
    height:100%;
    width:auto;
}
.textwrap{
    padding:15px;
    
}
#guide_wrap > h3 {
  padding-bottom: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.index {
  border: solid #c5d2e0 1px;
  margin: 0px 15px;
  background-color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
}

@media print, screen and (min-width: 40em) {
  #guide_wrap {
    padding: 8px;
  }
}

#guide_wrap > p > img {
  border: none;
  margin: 0px;
  padding: 0px;
}

.verbstable > ul.index,#guide_wrap > ul.index {
        display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
  border: solid #c5d2e0 1px;
  margin: 10px 0;
  background-color: #fff;
  padding: 12px 0;
  border-radius: 6px;
}
.verbstable > ul.index{
  
    border:none;
}

.verbstable > ul.index > a,#guide_wrap > ul.index > a{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 2px 3px;
    padding:3px 6px;
    font-size: 15px;
   min-width:80px;
    line-height: 1.4em;
    height: 20px;
    border-radius: 20px;
    color: #000;
box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px 0px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border: 1px solid rgba(0, 28, 51, 0.356);
    background: #e6f1e0;
}
.verbstable > ul.index > a:hover,#guide_wrap > ul.index > a:hover {
    color: white;
    background-color: #849e71;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px;
}
.greektable {
 width: 49.5%!important;
   
    background-color: #f7f5f5;
   
box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 1px, rgba(6, 24, 44, 0.65) 0px 2px 3px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    border-radius: 4px;
    margin: 20px auto ;

}
.pttable{
   
     box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 1px, rgba(6, 24, 44, 0.65) 0px 2px 3px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    border-radius: 4px;
  background-color: #fff;
 width: 49.5%!important;
  margin: 20px auto;
}
.pttable > tbody > tr > td {
  padding: 8px 8px;
  font-size: 1em;
}
.ggtable{
    display: block;
     box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 1px, rgba(6, 24, 44, 0.65) 0px 2px 3px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    border-radius: 4px;
  background-color: #fff;
 max-width: 90%!important;
  margin: 20px auto;
          overflow-x: auto;
        overflow-y: hidden;
          white-space:nowrap;
     background-image: linear-gradient(to right, white 0%, white 50%, rgb(180 180 180 / 0%) 100%), linear-gradient(to left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, rgb(0 0 0 / 29%) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to left, rgb(0 0 0 / 29%) 0%, rgba(255, 255, 255, 0) 50%, rgb(255 255 255 / 0%) 100%);
    background-repeat: no-repeat;
    background-position: left center, right center, left center, right center;
    background-size: 18px 100%, 18px 100%, 18px 100%, 18px 100%;
    background-attachment: local, local, scroll, scroll;
    border-spacing: 0; 
    border-collapse:separate;
}
.vbutton{
    margin:0 12px;
    cursor:pointer;
    padding:9px;
}
.activevoice{
    background-color:#ffdce2;
}
.middlevoice{
     background-color:#b7dcfb;
}
.passivevoice{
     background-color:#baeacd;
}
.vctable{
    display: block;
     box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 1px, rgba(6, 24, 44, 0.65) 0px 2px 3px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    border-radius: 4px;
  background-color: #fff;
 max-width: 90%!important;
  margin: 20px auto;
          overflow-x: auto;
        overflow-y: hidden;
          white-space:nowrap;
     background-image: linear-gradient(to right, white 0%, white 50%, rgb(180 180 180 / 0) 100%), linear-gradient(to left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, rgb(0 0 0 / 29%) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to left, rgb(0 0 0 / 29%) 0%, rgba(255, 255, 255, 0) 50%, rgb(255 255 255 / 0) 100%);
    background-repeat: no-repeat;
background-position: left 103px center, right center, left 103px center, right center;
    background-size: 18px 100%, 18px 100%, 18px 100%, 18px 100%;
    background-attachment: local, local, scroll, scroll;
        border-spacing: 0; 
    border-collapse:separate;
}
.voice{
   background-color: rgb(255, 241, 244);
        border: 1px solid gray;
    padding: 6px;
    border-radius: 25px;
    margin: 3px 10px;
}
.vleft {
  position:sticky;
text-align:left!important;
}
.outerpink{
background-color:#ffdce2;
}
.innerpink{
background-color: rgb(255 0 0 / 0.08);
}
.vleft:first-child {
  left:0;
min-width: 90px;
max-width: 90px;
}
.middlecol {
    display:none;
}
.innerblue{
    background-color: rgb(0 0 255 / 0.08);
}
.passivecol {
    display:none;
}
.innergreen{
    background-color: rgb(0 255 0 / 0.08);
}


.ggtable > tbody > tr > td {
  padding: 6px 6px !important;
  font-size: 1em;
  white-space:nowrap;
    width:10;
}
.ggtable > tbody > tr {
  padding: 6px 6px !important;
  font-size: 1em;
  white-space:nowrap;
  width:10;
}
.ggtable > tbody{
  display: table;
  width: 100%;

}
.vctable > tbody > tr > td {
  padding: 6px 6px !important;
  font-size: 1em;
  white-space:nowrap;
    width:10;
}
.vctable > tbody > tr {
  padding: 6px 6px !important;
  font-size: 1em;
  white-space:nowrap;
  width:10;
}
.vctable > tbody{
  display: table;
  width: 100%;

}
.verseheader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4px 0;
    background-color: #c1d4b3;
    border-radius: 4px 4px 0 0;
    height: 16px;
}

.greektable > tbody > tr > td {
  padding: 8px 12px;
  font-size: 1em;
}

@media only screen and (max-width: 767px) {
    .verbstable > ul.index > a, #guide_wrap > ul.index > a {
    margin:8px;
    padding:8px 10px;
}
    .greektable,.pttable {
 width: 65%!important;
 
}

.largeimage {
    width: 75%;
  height:auto;
  padding:10px 0;
}
.imagewrap {
flex-wrap:wrap;
     height: auto; 
}
.imagewrap img{
    border-radius:10px;
    border:1px solid lightgray;
}

.imagewrap2 > .largeimage {
    width: 90%;
  height:auto;
  padding:10px 0;
}
.showgram,.showguide,.showsearchbutton,.showverbbutton,.showstdm,.showvariants,.showdecbutton,.showdecbutton {
	padding: 10px 12px;
}
#guide_wrap p, #guide_wrap > b {
    padding: 7px 25px;
    font-size: 16px;
    font-family:sawarabi gothic;
}
}
@media only screen and (max-width: 780px) {
.codebox{
    width:50%;
}
.firsttable{
    width:100%;
}
}
@media only screen and (max-width: 545px) {
    .greektable,.pttable {
 width: 90%!important;
 
}

}

@media only screen and (max-width: 480px) {
.codebox{
    width:100%;
}

}