:host {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
    font-family: 'Product Sans', sans-serif;
}


#section {
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px;
  background-color: rgb(250, 250, 250);
    overflow-y: auto;
}
  #section::-webkit-scrollbar {
display: none;
      }

#section1 {
  height: 100%;
  box-sizing: border-box;
  background-color: rgb(221, 221, 221);
     overflow-y: auto;
}
     #section1::-webkit-scrollbar {
display: none;
      }
      #wrapper::-webkit-scrollbar {
display: none;
      }


/* TOOLBAR */

#core_toolbar {
  right: 0px;
  left: 0px;
  color: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
  top: 0px;
  position: relative;
  background-color: rgb(79, 125, 201);
}


.ttitle{
  font-family: 'Product Sans', Arial, sans-serif;
}

/* HOME SCREEN CARDS */

paper-card {
    
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    align-items: center;
}

a {
    animation-delay: 1000;
}
    a paper-button,
    a paper-icon-button,
    a:active paper-button,
    a:active paper-icon-button,
    a:visited paper-button,
    a:visited paper-icon-button{
    color: #000000;
}

/* ARTICLE COMPONENTS */

.paper-header {
 
}

.main-article{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Product Sans';
    
}

.space-between {
    
    height: 5px;
}
    /* HEADER */
.article-title {
    
    font-family: 'Product Sans';
    text-align: center;
    font-size: 2em;
    
    
    
}

    /* CONTENT */



.card-content{
    
    margin-top: 2pc;
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    
}

.opener {
    
    font-family: 'Product Sans';
    text-align: center;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    opacity: 1;
    max-width: 767px;
     
    
}

.intro {
    
    line-height: 25px;  
    display: flex;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    font-family: 'Product sans';
}

.ellipses {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    
}

.article-content {
    
    font-size: 1em;
    font-family: 
    'Product Sans';
    margin-left: 2%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.first-letter {
    font-weight: bold;
    font-family: 'Product Sans';
    font-size: 3em;
    
    
}

.main-paragraphs{
    line-height: 26px;  
    display: block;
    font-family: 'product sans';
    margin-left: 1em;
    margin-right: 1em;
    
}

.main-paragraphs.notes{
    line-height: 26px;  
    display: block;
    font-family: 'courier new';
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
    
}

.main-paragraphs.table{
    font-family: 'product sans';
    text-align: center;
    align-content: center;
    padding-bottom: 3em;
    width: auto;
    
}

.interlude {
    font-family: 'product sans';
    font-size: 1.5em;
    text-align: center;
    font-weight: 800;
    opacity: .6;
    margin-bottom: 20px;
    margin-top: 40px;
    
}

/* DRAWER */

.drawerbg{
height:180px;
width:100%;
background-color:#3F51B5;
display:block;
  position: relative;
}

.drawer-image{
    
    height:100px;
    width:25px;
}


.drawertitle{
color:white;
 font-family: 'Product Sans', Arial, sans-serif;
 font-size:1.2em;
 top:120px;
 margin-left:45px;
 display:block;
 position:absolute;
  z-index: 0;
}


  .drawerhr{
     margin-left:16px;
      font-family: 'product sans', sans-serif;
      color: rgba(0, 0, 0, 0.54);
  }
  paper-item:hover{
      background-color: #E0E0E0;
      cursor: pointer;
  }
  .item{
       -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
      cursor: pointer;
  }




/* LOADING SCREEN */


  #preloader {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#fff; /* change if the mask should have another color then white */
z-index:99; /* makes sure it stays on top */
}

#status {
font-family: 'Product Sans', Arial, sans-serif;
font-size: 2.5em;
position: fixed;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
}
.by{
       font-family: 'Product Sans', Arial, sans-serif;
font-size: 1.5em;
position: fixed;
top: 70%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
      color: rgba(0, 0, 0, 0.54);
  }
.loading{
           font-size: 1.5em;
position: fixed;
top: 80%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
      }




.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

#view-source {
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    margin-right: 40px;
    margin-bottom: 40px;
    z-index: 900;
}

.main-paragraphs.closer {
    
    opacity:.6;
    text-align: center;
    font-family: 'Product sans';
}

.main-paragraphs.credits {
    
    opacity:.4;
    text-align: center;
    font-size: .5em;
    font-family: 'Product sans';
}


.full-image{
    z-index: 1000;
    background: gray;
    opacity: .1;
    width:100%;
    
    
}

.interlude.fb {
    margin-top: 0px;
    margin-bottom:0px;
    opacity: 1;
     font-family: 'noto sans';
}

.twitter-share-button.btn {
    top:15px;
    left:15px;
}
.mdl-menu__container.is-visible .mdl-menu__outline{
    opacity:0;
}

.mdl-data-table {
    margin: auto;
}

.mdl-menu__item:hover {
    background-color: transparent;
}

.material-icons.share{
    
   
    transform: translate(-12px,-12px) rotate(0deg);
    transition: transform .2s linear;
    
    
}

.material-icons.share.open{
    
    transform: translate(-12px,-12px) rotate(360deg);
    transition: transform .2s linear;
    
}

a .twitter-share-button{
    left:20px;
    
}


.img-circle {
    border-radius: 50%;
    display: grid;
    opacity:.6;
    height: 5em;
    margin: auto;
}

.img-circle:hover {
    opacity:1;
    align-content: center;
}



.players {
   padding-left: 1em;
     padding-right: 1em;
    align-content: center;
    align-items: center;
    text-align: center;
}

.players-interlude {
   font-size: 1.2em;
    font-family:'Product Sans';
    opacity: .5;
    font-style: italic;
    text-align: center;
    
}

.tooltip {
    position: inherit;
    text-align: center;
    display:inline-block;
    padding-bottom: 1em;  
    width: 7em;
}

/* Tooltip text */
.tooltip .tooltiptext {
    
    color: dimgrey;
    text-align:inherit;
    padding: 5px 0;
    font-family: 'product sans';
    font-size: .6em;
    
 
    /* Position the tooltip text - see examples below! */
    position:inherit;
    z-index: 1;
    opacity:0;
    transition: .7s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    opacity:1;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
