<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢

Powered by Type &amp; Gridsâ„¢
www.typeandgrids.com

â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢
*/

#sitePreloader { background-color: #000000; } /* Preloader GIF created with http://preloaders.net */
body { background-color: #151515; }
/*body { background: url("../../images/backgrounds/bg_01.png") repeat; }*/
.thumbnailMask { background-image: url("../../images/masks/262626_03.png"); }
header { border-color: lime; }
#logo h1, #logoDetailView h1 { color: #eeeeee; }
#logo h2, #logoDetailView h2 { color: #dddddd; }
nav ul li a, nav ul li a:visited, nav ul li button { color: lime; }
.currentPage, button.currentPage:hover { color: #555555 !important; }
nav ul li button:hover, nav ul li button:active, nav ul li button:focus, nav ul li a:hover, nav ul li a:active, nav ul li a:focus, #heroNav a:hover, #heroNav a:visited:hover, #heroNav a:active, #heroNav a:focus, #formSubmit:hover, .contentModule a:hover, .contentModule a:visited:hover, .contentModule a:active, .contentModule a:focus { color: #ffffff; }
hr, .projectInfo h4, .projectNav, .projectInfo, .linedList, .projectInfo li, .projectInfo p:nth-last-child(2), .linedList li, nav, blockquote, #formField, #content #heroNav ul li, #footerLinks li, #heroNav, .contentModule, .eight:nth-child(4n) .contentModule:last-child, .eight:nth-of-type(1) .contentModule:last-child { border-color: #555555; }
#overview h3 { color: #eeeeee; }
.projectThumbnailHover { background-color: rgba(220, 119, 103, 0.95); }
.projectThumbnailHover h4 { color: #ffffff; }
.projectThumbnailHover h5 { color: #ffffff; }
.projectInfo h4 { color: #eeeeee; }
.projectNav { color: #eeeeee; }
.projectNavClose button, .projectNavButtons button, .projectNavEnlarge button, .projectNavCounter, #formSubmit, #formField { color: #eeeeee; }
.projectNav button:hover, .projectNav button:active, .projectNav button:focus { color: #bbbbbb; }
.projectNavInactive, button.projectNavInactive, button.projectNavInactive:hover, button.projectNavInactive:active { color: #555555 !important; }
p, li, .projectInfo p, .projectInfo li, blockquote, blockquote p, blockquote cite { color: #eeeeee; }
p strong, .projectInfo strong, li strong { color: #eeeeee; }
footer p { color: #dddddd; }
footer a { color: lime; }
h1, h2, h3, h4, h5, h6, #faq p:first-child, .contentModule a, .contentModule a:visited { color: #eeeeee; }
#heroNav a, #heroNav a:visited { color: lime; }
a, a:visited { color: lime; }
a:hover, a:active, a:focus { color: #ffffff; }
#formField { background: #202020; }
#formField:focus { background: #111111; }



a.button28 {
     width: 70px;
  position: relative;
  display: inline-block;
  font-size: 70%;
  font-weight: 700;
  color: rgb(209,209,217);
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  text-align:center;
  padding: .5em 1em;
  outline: none;
  border-radius: 3px;
  background: linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
}
a.button28:hover:not(:active) {
  background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
  color: white;
}
a.button28:active {
  top: 1px;

  background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}

.btns
{

 //text-align:center;
}
h7
{
  font-size: 1.5em;
  font-weight: 700;

}
h8
{
  font-size: 1.5em;
  font-weight: 700;
  color: lime;
}



.container1{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 50px;
    color: snow;
    background:#2C2C2C;
    border: 1px solid grey;
}

#con1{

width: 60%;
padding-left: 10px;
font-size: 1em;
font-weight: 700;
margin: auto;
}

#con2{
width: 5%;
}

#con3{
width: 35%;
text-align: right;
font-size: 1em;
font-weight: 600;
padding-right: 10px;
margin: auto;
}


.gameslist{

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 50px;
    color: Gainsboro;
    border-bottom: 1px solid DimGrey;
    border-left: 1px solid DimGrey;
    border-right: 1px solid DimGrey;
}

.onegame{

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 50px;
    color: Gainsboro;
    border-bottom: 1px solid DimGrey;
    border-left: 1px solid DimGrey;
    border-right: 1px solid DimGrey;
}

#gcon1{

width: 70%;
padding-left: 10px;
font-size: 1em;
font-weight: 700;
margin: auto;
}

#gcon2{
width: 5%;
}

#gcon3{
width: 25%;
text-align: right;
font-size: 0.9em;
font-weight: 700;
padding-right: 10px;
margin: auto;
}

.onegame {background: #3B3B3B;}
.gameslist {background: #3B3B3B;}
.gameslist:hover {background: #5F5F5F;}
.mgame {text-decoration: none; }

.singlegame{

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
//    height: 50px;
    color: Gainsboro;
    border-top: 1px solid DimGrey;
    border-bottom: 1px solid DimGrey;
    border-left: 1px solid DimGrey;
    border-right: 1px solid DimGrey;
}
#game1{

width: 75%;
padding-left: 10px;
font-size: 1em;
font-weight: 700;
margin: auto;
//text-align:center;
}

#game2{
width: 5%;
}

#game3{
width: 20%;
text-align: right;
font-size: 0.9em;
font-weight: 700;
padding-right: 10px;
margin: auto;
}
</pre></body></html>