/* Website designed and managed by Cole Flott. You can contact me at 101leafy[at]gmail[dot]com. */

body
{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    background-image: url("background.png");
    position: relative;
    height: 100%;
}

#banner
{
    width: 100%;
    margin-bottom: -5px;
    top: 0px;
}



nav
{
    display: table;
    background-color: #3f72b3;
    width: 100%;
    margin-top: 0px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);  z-index: 150;
    position: relative;
    margin-bottom: -2%;
    height: 50px;
    
}

.main-nav-scrolled
{
    position: fixed;
    top: 0;
    width: 100%;
}

nav li, nav div
{
    display: table-cell;
    width: 16.66%;
    color: white;
    font-weight: 500;
    font-size: 25px;
    text-decoration: none;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}
nav a:hover
{
    text-decoration: underline;
}
#wrapper
{
    background-color: white;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: auto;
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    z-index: -10;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
 @media only screen and (max-width: 900px) {
    #wrapper {
        margin-left: 0%;
        margin-right: 0%;
        width: 90%;
    }
} 
@media only screen and (max-device-width: 480px) {
    #wrapper {
        margin-left: 0%;
        margin-right: 0%;
        width: 90%;
    }
} 
#wrapper img
{
    max-width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
}
#wrapper h1, #name-JP
{
    text-align: center;
    font-weight: 100;
    color: rgba(0, 0, 0, .87);
}

#wrapper p
{
    font-weight: 100;
    line-height: 25px;
    color: rgba(0, 0, 0, .87);
}

#wrapper time
{
    text-align: left;
    color: rgba(0, 0, 0, .54);
    font-weight: 100;
}

#wrapper img
{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
li a, p a
{
    color: white;
    text-decoration: none;
  
 
   
}

.dropdown {
    position: relative;
    text-align: center;
}

 .dropdown-content {
    display: none;
    position: absolute;
    width: inherit;
    width: 100%;
    color: white;
    font-weight: 500;
    font-size: 25px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    padding: 0%;
    z-index: 1;
    background-color: #3f72b3;
} 

.dropdown:hover .dropdown-content {
    display: block;
}

table
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.animeIndex td:not(:first-child) 
{
    
    padding: 2%;
    width: auto;
}

.animeIndex td
{
     border-bottom: 1px solid gray;
}

.even
{
  background-color: #E0E0E0;
}

.float-left
{
    float: left;
    width: 40%;
}



.tribe-select
{
    font-size: 35px;
    font-weight: 100;
    text-align: center;
}

#wrapper img.tribe
{
    box-shadow: none;
    width: 10%;
    margin-left: 11.3%;
    margin-right: 11.3%;
    margin-bottom: 5%;
}

#wrapper img.enma
{
    margin-left: 45%;
    margin-right: 45%;
    margin-bottom: 5%;
    margin-top: -1%;
    box-shadow: none;
    width: 10%;
}

select 
{
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom:5%;
    width: 80%;
    height: 20%;
    font-size: 25px;
  
    color: rgba(0, 0, 0, .87);
}

#wrapper a
{
    color: #F44336;
}


.medalliumTable tr
{
    width: 100%;
    line-height: 22.5px;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 90%;
    margin-top: 10%;
    letter-spacing: 2px;
}

#wrapper table.medalliumTable
{
    margin-top: 5%;
}

#wrapper .icon
{
    width: 100%;
    max-width: 95%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
}

#wrapper .medal
{
    width: 100%;
    max-width: 95%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
}
#wrapper .invisible-icon
{
    max-height: 0%;
    max-width: 100%;
}
td strong
{
    font-weight: 500;
}

#wrapper .portrait
{
    width: 40%;
    box-shadow: none;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 0%;
    break-after: always;
    display: inline-block;
}
#wrapper #name-JP
{
    margin-top: -2%;
}
#wrapper .description
{
    font-size: 20px;
    line-height: 27.5px;
    margin-left: 0%;
    margin-bottom: -10%;
    margin-top: -5%;
    text-align: center;
}

#wrapper .description2
{
    font-size: 20px;
    line-height: 27.5px;
    margin-left: 0%;
    margin-bottom: -10%;
    margin-top: 15%;
    text-align: center;
}
#wrapper .skill
{
    width: 33.3%;
    text-align: center;
}

h2
{
    font-weight: 300;
}


#wrapper td
{
    width: auto;
    height: 2fr;
    
}

#wrapper tr
{
    width: 100%;
}


#wrapper .attack, .technique, .soultimate, .inspirit, .soul
{
    font-size: 16px;
    width: 45.5%;
    text-align: center;
    padding: 1%;
    padding-bottom: 3%;
    height: 4fr;
    border-collapse: collapse;
    margin: auto;
    min-height: 100px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 7.5px;
    display: inline-block;
}

#wrapper .soul
{
    width: 45.5%;
    
}

#wrapper .attack, .technique
{
    margin-bottom: 2%;
}

#wrapper .attack
{
    background-color: #FFFF8D;
    border-top-left-radius: 7.5px;
    margin-left: 1%;
    margin-right: 2%;
}

#wrapper .technique
{
    background-color: #84FFFF;
        margin-top: -.75%;
border-bottom-left-radius: 7.5px;
}

#wrapper li
{
    list-style-type: none;
    
    line-height: 20px;
}

.element
{
    display: none;
}

#wrapper .soultimate
{
    background-color: #FF9E80;
 
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hypens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    border-top-right-radius: 7.5px;
    margin-left: 1%;
    margin-right: 2%;

   
}

#wrapper .inspirit
{
    background-color: #EA80FC;
    margin-top: -.75%;
    border-bottom-right-radius: 7.5px;
}

#wrapper #name-JP
{
    color: rgba(0, 0, 0, 0.54);
    font-style: italic;
    margin-bottom: 5%;
}

.center
{
    text-align: center;
}

.left
{
    text-align: left;
}

#wrapper .left-half
{
    margin-left: -3%;
    margin-right: ;
    width: 50%;
    display: inline-block;
}




.left-half h1
{
    margin-left: 13%;
}

#wrapper .right-half
{
    margin-left: auto;
    margin-right: ;
    width: 50%;
    display: inline-block;
}

.right-half h1
{
    margin-left: 13%;
}

#wrapper .stats li
{
    display: inline-block;
    width: 20%;
    text-align: center;
    margin-right: -4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); 
}



#wrapper .busters
{
    width: 50%;
    margin-left: 0.5%;
}


#wrapper .busters-stats li
{
    display: inline-block;
    /* width: 32.5%; */
    text-align: center;
    margin-right: -4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); 
}


#wrapper .middle-half .stats
{
    margin-right: 4px;
}

.stats strong
{
    font-weight: 500;
}

.hp
{
    background-color: #FF9E80;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.str
{
    background-color: #FF8A80;
}

.busters-str
{
    background-color: #FF8A80;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: 0%;
    width: 33.3%;
}

.spr
{
    background-color: #B388FF;
}

.def
{
    background-color: #82B1FF;
}

.spd
{
    background-color: #B9F6CA;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
} 

#wrapper .busters-a
{
    margin-left: 0%;
    background-color: #FFD180;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 50%;
   
}

#wrapper .busters-x
{
    background-color: #80D8FF;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 50%;
}

#wrapper .busters-spd
{
    margin-right: 5%;
    width: 33.3%;
}

#wrapper .food 
{
    margin-left: 31%;
    margin-right: auto;
    box-shadow: none;
}

#wrapper .wib-wob
{
    margin-left: 40%;
    margin-right: 40%;
    margin-bottom: 2%;
    margin-top: 2%;
    box-shadow: none; 
    display: block;
    width: 20%;
    break-after: always;
}

#wrapper .wibwob-stats
{
    width: 40%;
    margin-left: 5%;
    margin-right: 10%;
    margin-top: 0%;
    display: inline-block;
    background-color: #EEEEEE;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);    
    padding-right: -100px;
    height: 20%;
}

#wrapper .wibwob-stats .light
{
  background-color: #FAFAFA;
}

#wrapper .wibwob-stats td
{
    width: 16.67%;
}

#wrapper .wibwob-stats .HP td:first-child
{
    background-color: #B9F6CA;
}

#wrapper .wibwob-stats .Attack td:first-child
{
    background-color: #FF8A80;
}

#wrapper .wibwob-stats-div
{
    height: 1000%;
}

#wrapper .levels
{
    height: 0px;
    overflow: hidden;
}

#wrapper .soultimate-levels
{
    height: 0px;
    overflow: hidden;
}

#wrapper .levels li
{
    line-height: 35px;
    display: block;
}

#wrapper #levels-button
{
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

button
{
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    border: none;
    height: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#wrapper .lev
{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 5px;
    -webkit-column-width: 150px; 
    margin: 0;
    background-color: #F5F5F5;
}

#wrapper .levels
{
     margin: 0;
}

#wrapper .wib-wob-soultimate
{
    display: inline-block;
    width: 40%;
    font-size: 15px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0%;
    line-height: 10px;
    background-color: #FF9E80;
    border-radius: 15px;    
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#wrapper .wib-wob-soultimate button
{
    background-color: #FF9E80;
    box-shadow: none;
}

#wrapper .soultimate-levels
{
    margin-left: 55.5%;
    width: 40%;
    text-align: center;
    background-color: #F5F5F5;
    padding: 0%;
}

#wrapper .soultimate-level-text
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#wrapper #levels-button
{
    margin-top: -3%;
}

#wrapper .evolution
{
    box-shadow: none;
    margin-left: 35%;
    margin-right: auto;
    width: 30%;
    margin-top: 5%;
}

#wrapper .evolution-fusion
{
    box-shadow: none;
    margin-left: 13.5%;
    margin-right: auto;
    width: 30%;
    margin-top: 5%;
}

#wrapper .evolution-fusion-triple
{
    box-shadow: none;
    margin-left: 10%;
    margin-right: auto;
    width: 20%;
    margin-top: 5%;
}

#wrapper .evolution-caption
{
    text-align: center;
    margin-top: 1%;
    margin-bottom: 10%;
}

#wrapper .wibble-wobble
{
    margin-top: 5%;
}

#wrapper #wib-wob-header
{
    text-align: center;
    margin-bottom: 5%;
    background-color: #80D8FF;
    border-radius: 15px;
    padding: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#wrapper .mainline-header
{
    text-align: center;
    margin-top: 15%;
    margin-bottom: 5%;
    background-color: #F44336;
    border-radius: 15px;
    padding: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    color: white;
    break-after: always;
}

#wrapper #medallium-icons
{
    text-align: center;
    font-size: 20px;
}

#wrapper #medals
{
    text-align: center;
    font-size: 20px;
}

#wrapper .medallium-icon
{
    width: 24%;
    display: inline-block;
    overflow: hidden;
}

#wrapper .medal-set
{
    width: 19%;
    display: inline-block;
    box-shadow: none;
    margin-bottom: 2%;
}

#wrapper .medal-promo-set
{
    width: 32%;
    display: inline-block;
    box-shadow: none;
    margin-bottom: 1%;
}

#wrapper .medal-line
{
    margin-top: 3%;
    margin-bottom: 3%;
}

#wrapper .medal-position
{
    margin: none;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    border: 1px solid gray;
    column-fill: balance;
    column-width: 33%;
}

#wrapper .medal-position tr
{
    line-height: 30px;
    border-bottom: 1px solid gray;
    width: 150%;
}

.medal-position td, th
{
    padding: 1%;
    padding-left: 2%;
    padding-right: 2%;
}

#wrapper #medal-table-wrapper
{
    overflow: scroll;
    height: 375px;
}


/* Games */

#wrapper .boxart-triplet
{
    width: 100%;
    max-width: 100%;
    break-after: always;
    box-shadow: none;
    margin: auto;
    margin-top: 2%;
}

#wrapper .boxart-duo
{
    width: 66%;
    max-width: 66%;
    break-after: always;
    box-shadow: none;
    margin-left: 16%;
    margin-right: auto;
    margin-top: 2%;
}

#wrapper .boxart-single
{
    width: 35%;
    max-width: 35%;
    break-after: always;
    box-shadow: none;
    margin-left: 32.5%;
    margin-right: auto;
    margin-top: 2%;
}

#wrapper .boxart-wibwob
{
    width: 35%;
    max-width: 35%;
    break-after: always;
    margin-left: 32.5%;
    margin-right: auto;
    margin-top: 2%;
}

#wrapper .screenshot
{
    width: 32%;
    display: inline-block;
    margin-bottom: 5%;
    margin-left: 0.4%;
    margin-right: 0.4%;
}


/* Indent paragraphs */

#wrapper .indented
{
    text-indent: 50px;
}

/* Anime formatting */

#wrapper .season-banner
{
    margin-top: none;
    width: 100%;
    height: auto;
    margin-bottom: 1%;
}

#wrapper #anime-poster
{
    break-after: always;
    width: 40%;
    margin-left: 30%;
    margin-right: auto;
    margin-bottom: 3%;
}

#wrapper #anime-p
{
    width: 100%;
    margin-bottom: 2%;
    margin-left: auto%;
    margin-right: auto;
}

#wrapper #page-footer
{
    margin-bottom: 1%;
    margin-top: 1%;
}

#wrapper h1, h2
{
}

#wrapper .medals-packaging
{
    width: 35%;
    max-width: 35%;
    break-after: always;
    box-shadow: none;
    margin-left: 32.5%;
    margin-right: auto;
    margin-top: -1%;
    margin-bottom: 1%;
}

#wrapper .medals-index-packaging
{
    width: 24%;
    display: inline-block;
    box-shadow: none;
    margin: none;
    margin-bottom: 1%;
    text-align: center;
}

#wrapper .games-index-packaging
{
    width: 32.8%;
    display: inline-block;
    box-shadow: none;
    margin: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
    text-align: center;
}

#wrapper .games-index-caption
{
    margin-left: 102.5%;
    display: inline-block;
    width: 100%;
}

#wrapper .games-index-single
{
    width: 100%;
    max-width: 95%;
    max-height: 100%;
    margin-left: 105%;
    margin-right: auto;
    box-shadow: none;
    display: inline-block;
}

#wrapper .package
{
    width: 100%;
    max-width: 95%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    display: inline-block;
}

#wrapper .promo-package
{
    width: 100%;
    max-width: 95%;
    max-height: 100%;
    margin-left: 160%;
    margin-right: auto;
    box-shadow: none;
    display: inline-block;
}

#wrapper .promo-packaging-caption
{
    margin-left: 155%;
    display: inline-block;
    width: 100%;
}

#wrapper .yo-motion-series-1-caption
{
    margin-left: 155%;
    display: inline-block;
    width: 100%;
}

#wrapper a
{
    text-decoration: none;
}

#wrapper a:hover
{
    text-decoration: underline;
}

#wrapper .game-header, .tribe-select
{
    margin-top: -1%;
}

#wrapper .centered
{
    text-align: center;
}

#wrapper .manga-cover
{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-left: 0%;
    margin-right: auto;
    display: inline-block;
}

#wrapper .manga-cover-single
{
    width: 100%;
    max-width: 95%;
    max-height: 100%;
    margin-left: 160%;
    margin-right: auto;
    display: inline-block;
}

#wrapper .manga-page-cover
{
    width: 35%;
    max-width: 35%;
    break-after: always;
    margin-left: 32.5%;
    margin-right: auto;
    margin-top: 2%;
}

#wrapper .skill-type
{
    float: left;
    width: 10%;
    box-shadow: none;
    margin-right: -20%;
    margin-top: 1%;
}

#wrapper .food-caption
{
    text-align: center;
    margin-left: 10%;
}

#wrapper .element
{
    float: right;
    width: 10%;
    box-shadow: none;
    margin-right: -20%;
    margin-top: 1%;
}

#wrapper .skill-skill 
{
    font-size: 14px;
    width: 96.5%;
    text-align: center;
    padding: 0.5%;
    padding-bottom: 3%;
    border-collapse: collapse;
    margin: auto;
    min-height: 50px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 7.5px;
    background-color: #B388FF;
    margin-bottom: 2%;
}

#wrapper h4
{
    text-align: center;
    font-weight: 100;
    color: rgba(0, 0, 0, .87);
    margin-top: -0.1%;
    margin-bottom: -2%;
}

#wrapper .no-wib-wob
{
    text-align: center;
    margin-bottom: -2%;
    font-size: 20px;
}

#wrapper .rank-icon
{
    float: left;
    width: 7.5%;
    box-shadow: none;
}

#wrapper .element-icon
{
    float: right;
    width: 11%;
    box-shadow: none;
    margin-right: 8%;
}

#wrapper .change-note
{
    color: rgba(0, 0, 0, .6);
    font-style: italic;
    font-size: 20px;
    text-align: center;
    font-weight: 200;
    margin-top: -2%;
}

#wrapper .rarity
{
    margin-left: 2%;
    margin-right: auto;
    width: 40%;
    box-shadow: none;
}

.previous
{
    font-size: 20px;
    float: left;
    margin-top: -5%;
}

.next
{
    font-size: 20px;
    float: right;
    margin-top: -5%;
}

#wrapper .tribe-icon
{
    width: 7.5%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    display: block;
}

#wrapper .tribe-icon
{
    width: 7.5%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    display: block;
}

#wrapper .location-li
{
    margin-left: 6%; 
    line-height: 35px;
}

#wrapper .article-title
{
    color: black;
}

#wrapper .no-shadow
{
    box-shadow: none;
}

#wrapper .small-article-picture
{
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}

#wrapper .medium-article-picture
{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

#wrapper .medium-large-article-picture
{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

#wrapper .yokai-cam
{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    line-height: 30px;
}

#wrapper .yokai-cam td
{
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
}

#wrapper .small-yokai-cam
{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: left;
    line-height: 30px;
}

#wrapper .small-yokai-cam tr td
{
    padding: 1%;
    padding-left: 15%;
    padding-right: 15%;
}

#wrapper .th-class
{
    font-weight: bold;
}


#wrapper .text-center
{
    text-align: center;
}

#wrapper .boss-rush tr td
{
    padding: 1%;
}

#wrapper .padded-table tr td
{
  padding: 2%;
}

#wrapper .yw2-header
{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: #448AFF;
    border-radius: 15px;
    padding: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    color: white;
    break-after: always;
}

#wrapper .middle-half
{
    margin-left: 26%;
    margin-right: 24%;
    width: 50%;
    display: inline-block;
}

#wrapper .middle-half .stats
{
    width: 77.5%;
    margin-right: 10%;
}

#wrapper .busters-class
{
    width: 40%;
    margin-left: 35%;
    margin-right: auto;
    box-shadow: none;
}

#wrapper .soul-pic
{
    width: 15%;
    margin-left: 0.5%;
    margin-right: auto;
    box-shadow: none;
    margin-top: 1.5%;
    margin-bottom: 0%;
}

#wrapper .busters-spr
{
    width: 33.3%;
}

#wrapper .busters-header
{
    margin-left: 10%;
}

#wrapper .soul
{
    margin-left: 25%;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: #FFE57F;
    line-height: 150%;
    padding-bottom: 2%;
}

#wrapper .soul-effect
{
    text-align: center;
    box-shadow: none;
    margin-left: 10%;
}

#wrapper .steps-list li
{
    font-weight: 100;
    line-height: 25px;
}

#wrapper .skill-army
{
    box-shadow: none;
    margin: none;
    margin-right: -15%;
    margin-bottom: -1%
}

#wrapper .technique-attribute
{
    box-shadow: none;
    margin: none;
    margin-right: -15%;
    margin-left: 3%;
    margin-bottom: -2.5%;
    width: 10%;
}

#wrapper .technique-icon
{
    box-shadow: none;
    margin: none;
    margin-left: -15%;
    margin-right: 3%;
    margin-bottom: -2.5%;
    width: 10%;
}

/* From Embed Responsively */

.embed-container 
{ 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed 
{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

#wrapper .patch-notes
{
    font-weight: 200;
    list-style-type: disc;
        font-style: 
}

#wrapper .skill-header
{
    margin-bottom: 1%;
}