<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">A:link
{
  text-decoration: none;
  color: #000000;
}

A:visited
{
  text-decoration: none;
  color: #000000;
}

A:hover
{
  text-decoration: none;
  color: #0066CC;
}

.titlebar {
  text-align: center;
}

/* For the navbar to float around */
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar 
{
  min-height: 35px;
  max-height: 35px;
}

.navbar-nav &gt; li &gt; a, .navbar-brand { 
  padding-top: 6px !important;
  padding-bottom: 0 !important;
  height: 28px;
}

/*
.col {
    background-color: tan;
    border: 1px solid black;
}
*/
.row {
  margin-top: 3px;
  /*background-color: lightblue;*/
  font-family: 'Titillium Web', sans-serif;
}
    
.titlebar {
  /*text-align: center;*/
  background-color: #ececec;
  border-bottom: 1px solid black;
  border-radius: 0;
  font-family: 'Titillium Web', sans-serif;
}
   
.titlemenu {
  background-color: #ececec; 
  border: 1px solid black;
  border-radius: 0;
  font-family: 'Titillium Web', sans-serif;
}

.headline {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14pt;
}
    
label {
  display: inline;
}
  
.alertTitle {
  padding: 0px;
  margin: 0px;
  /*width: 25px;*/
  vertical-align: middle;
}

.table-nonfluid {
  width: auto !important;
}

.game-cell {
  font-family: 'Titillium Web', sans-serif;
  font-size: 8pt;
  line-height: 100%;
  /*width: 95px;*/
  /*height: 135px;*/
  overflow: hidden;
  text-align: center;
}

.info-cell {
  font-family: 'Titillium Web', sans-serif;
  font-size: 10pt;
  margin: 3px;
  padding-left: 2px;
  background: #f3f3f3;
  color: #666666;
  border: 1px solid #cccccc;
}

.omake-info-cell {
  font-family: 'Titillium Web', sans-serif;
  font-size: 10pt;
  margin: 3px;
  padding-left: 2px;
  background: #f3f3f3;
  border: 1px solid #cccccc;
}

.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

.question  {
  color: #6699cc;
}

.btn-gamengai {
  color: white;
  background-color: #6699cc;
}

.answer {
  color : #666666;
}

@font-face {
  font-family: 'Titillium Web';
}

.carousel-control.right, .carousel-control.left {
  background-image:none;
}
</pre></body></html>