body
{
   background-color: #87CEEB;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#Master_Container
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-template-columns: 1fr;
   grid-template-rows: auto;
   grid-template-areas:
      "item-0";
}
#Master_Container .item-0
{
   display: flex;
   grid-area: item-0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#Master_SelectBook
{
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(to bottom, #F5F5F5 0%, #DCDCDC 100%);
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 1;
   flex-basis: 296px;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#Master_SelectBook:focus
{
   outline: 0;
}
#Master_SelectChapter
{
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   background-image: linear-gradient(to bottom, #F5F5F5 0%, #DCDCDC 100%);
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0 2px 0 2px;
   flex-grow: 0;
   flex-shrink: 1;
   flex-basis: 100px;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#Master_SelectChapter:focus
{
   outline: 0;
}
#Master_SelectVerse
{
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   background-image: linear-gradient(to bottom, #F5F5F5 0%, #DCDCDC 100%);
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 1;
   flex-basis: 100px;
   align-self: auto;
   text-align: center;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#Master_SelectVerse:focus
{
   outline: 0;
}
#Container
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-template-columns: 1fr;
   grid-template-rows: auto;
   grid-template-areas:
      "item-0";
}
#Container .item-0
{
   display: flex;
   grid-area: item-0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: center;
}
#wb_Text1 
{
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 0;
   flex-shrink: 1;
   flex-basis: 500px;
   align-self: auto;
   padding: 100px 0 100px 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
