
h1,h2,h3,h4,h5{text-align:center;font-weight:bold;margin-top:0px}

body{color:#000000;background-color:#ffffff;font-family:"Sans",sans-serif;margin:0px}

.menu-animate-left{position:relative;animation:animateleft 0.6s}@keyframes animateleft{from{left:-250px;opacity:0} to{left:0;opacity:1}}

.menu,.top-banner{color:#000000;background-color:#bbbbbb;position:fixed;top:0;z-index:1;overflow:auto;text-align:center}
.menu{height:100%;width:250px;padding-top:50px}
.menu-button{color:#000000;width:100%;display:block;padding-top:8px;padding-bottom:8px;font-weight:bold;text-align:center;border:none;outline:none;white-space:normal;float:none;text-decoration:none}
.menu-button:hover{background-color:#dddddd}

.top-banner{display:none;width:100%}

.content{margin-left:250px;margin-top:0px}
.section,footer{text-align:justify;padding-left:100px;padding-right:100px;padding-top:20px;padding-bottom:20px;background-color:#eeeeee}
.section{margin-bottom:10px}
.footer{font-size:10pt}
.section-header{font-size:18pt;background-color:#cccccc;padding-top:4px;padding-bottom:4px};

/* Show one image, show another when hovered over */
.hover-hide img:{float:center}
.hover-hide img:last-child{display:none}
.hover-hide:hover img:first-child{display:none}
.hover-hide:hover img:last-child{display:inline-block}

.center{text-align:center}

.click-display:active{z-index:4}

.rules-header{font-weight:bold}

.toggle{display: none }
.rules{display:none;overflow:hidden;border-width:2px;border-style:solid;padding:10px}

#toggle-lords-and-ladies:checked ~ #rules-lords-and-ladies {display: block}#label-lords-and-ladies::after {content:" ∇"}#toggle-lords-and-ladies:checked ~ #label-lords-and-ladies::after{content:" ∆"}#toggle-meow-meow:checked ~ #rules-meow-meow {display: block}#label-meow-meow::after {content:" ∇"}#toggle-meow-meow:checked ~ #label-meow-meow::after{content:" ∆"}#toggle-tail-sweep:checked ~ #rules-tail-sweep {display: block}#label-tail-sweep::after {content:" ∇"}#toggle-tail-sweep:checked ~ #label-tail-sweep::after{content:" ∆"}#toggle-never-alone:checked ~ #rules-never-alone {display: block}#label-never-alone::after {content:" ∇"}#toggle-never-alone:checked ~ #label-never-alone::after{content:" ∆"}#toggle-tails-on-fire:checked ~ #rules-tails-on-fire {display: block}#label-tails-on-fire::after {content:" ∇"}#toggle-tails-on-fire:checked ~ #label-tails-on-fire::after{content:" ∆"}#toggle-sweet-like-honey:checked ~ #rules-sweet-like-honey {display: block}#label-sweet-like-honey::after {content:" ∇"}#toggle-sweet-like-honey:checked ~ #label-sweet-like-honey::after{content:" ∆"}
@media (max-width:830px)
{
    .menu{display:none}
    .top-banner{display:block}
    .content{margin-left:0px}
    .section,.footer{margin-left:0px;margin-right:0px;padding-left:20px;margin-top:20px;padding-right:20px}
}
