body {
    margin: 0;
	background: #525588 url(images/background.png);
    font-family: "Handlee", cursive;
	color: #bbf4eb;
    max-height: 1034px;
	}
a {
    color: #cabdda;
    text-decoration: none;
}
a:hover {
    position: relative;
    color: #3990cf;
    top: 1px;
    left: 1px;
}
#graphic {
    background: url(images/banner.png) no-repeat;
    position: fixed;
    height: 100%;
    width: 472px;
}
#nav {
    position: absolute;
    bottom: 5px;
}
#nav a { color: #2b85c2; }
#nav a:hover { color: #bbf4eb; }
#nav p {
    display: inline-block;
    margin-bottom: -12px;
    padding: 4px 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #525588;
    width: 89px;
    text-align: center;
}
.menu {
    position: relative;
    display: inline-block;
  }
.menu:hover .menulink {display: block !important;}
.menulink {
    display: none !important;
    position: absolute;
    bottom: 40px;
}  
#nav p.navimg { width: 230px; }
#content {
    position: absolute;
    left: 505px;
    width: 49%;
    margin-top: 40px;
    padding-bottom: 50px;
}
#content img:not(fieldset img) {
    margin-right: 4px;
}
.news h1 {margin-bottom: 0;}
#recentfm-widget {display: inline-flex;}
.recent-played {
    display: block;
    margin-top: -15px;
    width: 604px;
    text-align: right;
}
.newsbox {
    padding: 0 6px;
    height: 300px;
    overflow-y: scroll;
    scrollbar-color: #cabdda #525588;
    scrollbar-width: thin;
}
#container {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.links { text-align: center; }
#clique {
    margin: 0 auto;
    padding: 2px 10px;
    width: fit-content;
    background-color: #76789b4d;
    border-radius: 10px;    
    text-align: center;    
}
.wrapper { display: flex; }
.categorylist {
    display: contents;
    width: 30%;
}
.ownedjoined { flex: 1; }
.title {
    position: fixed;
    top: 3px;
}
#bar {
    position: fixed;
    right: 0;
    background-color: #000;
    height: 100%;
    width: 118px;
}
@media screen and (max-width: 1180px) {
    #bar {display: none;}
  }
.gb {
    position: absolute;
    top: 0;
    padding: 10px;
}
.ownedbtns {
    position: absolute;
    bottom: 0;
    padding-left: 10px;
}
.ownedbtns img {
    opacity: 0.75;
    transition: .5s ease;
    filter: grayscale(100%);
}
.ownedbtns img:hover {
    opacity: 1;
    filter: revert;
}
.ownedbtns a:hover {
    position: revert;
}
::-webkit-scrollbar { width: 13px; }
::-webkit-scrollbar-track {background: #000;}
::-webkit-scrollbar-thumb {border: 1px solid #575A87;}
h1 {
    font-family: "Parisienne", cursive;
    font-size: 2.25em;
    letter-spacing: 1px;
    color:  #697fb8;
    text-shadow: 0 2px 8px #2c2f67;
    text-align: left;
}
h3 {
    margin-bottom: 2px;
    color: #697fb8;
    border-bottom: 1px solid #2c2f67;
}
h4 { margin-bottom: 2px; }
h5 {
    margin-bottom: 1px;
    color: #575a87;
    text-align: right;
    text-transform: lowercase;
    letter-spacing: .65em;
}
h6 {
    margin-bottom: -10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: right;
    font-size: .9em;
}
b {
    color: #fffafa;
    font-weight: normal;
}
.stats {
    color: #8195c7;
}
fieldset.statbox, 
fieldset.owned,
fieldset.joined {
    background: rgba(155, 155, 155, 0.1);
    border: 1px solid #404d93;
    margin: 22px auto 16px;
    width: 70%;
}
fieldset.joined { width: 269px; }
fieldset.owned { width: 542px; }
fieldset.owned img { margin-right: 5px; }
.calendar {
    width: 50px;
    height: 50px;
    float: left;
    border: 1px solid rgba(155, 155, 155, 0.1);
    margin: 5px 10px;
    text-align: center;
}
.calendar div {
    background-color: #2b85c2;
    color: cornsilk;
}
blockquote {
    border-bottom: 2px solid #474a7e;
    border-right: 2px solid #474a7e;
    padding: 5px;
}
#quote-left, #quote-right {
    color: rgba(155, 155, 155, 0.1);
    font-size: 2em;
    position: static;
}
#quote-left {
    top: 15px;
    left: 15px;
}
#quote-right {
    bottom: 15px;
    right: 15px;
}
blockquote span {
    float: right;
    margin-right: 23px;
}
ul.show_joined_list_items, ul.show_owned_list_items {
    display: inline-block;
    padding: 30px 0 0 5px;
    width: 30%;
}
li {
    list-style: none;
    text-indent: -8px;
    margin-left: 8px;
}
.upcoming li { list-style: disc; }
li.bar {margin-top:15px;}
li.bar + li.bar {margin-top:0;}
ul.show_joined_items { padding: 0; }
ul.show_joined_items li { display: inline-block; }
ul.kill4 {
    padding: 37px 0 0 10px;
    background-color: rgba(155, 155, 155, 0.1);
    border: 1px solid #404d93;
}
ul.kill4 li { display: ruby-text;}
ul.kill4 li:after { 
    content: "\1F5A4";
    padding: 0 0 0 12px;
}
ul.kill4 li:last-child:after { content: "";}
p.show_joined_by_cats { margin-bottom: -15px;}
table { border-collapse: collapse;}
td { padding: 5px 0;}
td:first-child { width: 86%;}
td:nth-child(2), td:nth-child(3) {
    text-align: center;
    width: 10%;
}
tr:nth-child(odd) {
    background-color: rgba(155, 155, 155, 0.1);
    border-bottom: 1px solid #404d93;
}
tr:last-child td:first-child {text-align: right;}
tr:last-child td {padding-top: 10px;}
tr:last-child {
    border-top: 2px solid;
    background: none;
    border-bottom: none;
    font-weight: bold;
}
fieldset {
    background: rgba(155, 155, 155, 0.1);
    border: 1px solid #404d93;
    margin-bottom: 16px;
}
legend { letter-spacing: 2px;}
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    border: 3px solid #2c2f67;
    background-color: #353651;
    }
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    }          
  .flip-container, .front, .back {
      width: 350px;
      height: 110px;
  }
  .flipper {
      position: relative;
      -webkit-transition: 0.6s;
      -webkit-transform-style: preserve-3d;
  
      -moz-transition: 0.6s;
      -moz-transform-style: preserve-3d;
    
        -o-transition: 0.6s;
      -o-transform-style: preserve-3d;
  
      transition: 0.6s;
      transform-style: preserve-3d;
  }
  .front, .back {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
      backface-visibility: hidden;	
  }
  .front {z-index: 2;}
  .back {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
      transform: rotateY(180deg);
  }
  .back p {
      margin: 0;
      text-align: center;
      padding: 4px 15px 28px;
      font-family: arial;
      font-size: .85em;
      background: rgba(0, 0, 0, 0.55);
      height: 80px;
  }
.show_owned_credits, .show_joined_credits {
    font-size: .8em;
    text-align: center;
}
.fineprint {
    position: fixed;
    bottom: 0;
    left: 505px;
    font-size: x-small;
}