body
{
background-color: #c5c5c5;
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231c202b' fill-opacity='0.24'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.games a
{
/*  background: #81C09B;
  color: #fff;
  border: 3px solid #279947;
  color: #fff;*/
/* Rectangle: */
background-image: -webkit-linear-gradient(44deg, #269AA8 0%, #3DACB8 71%, #1F8290 100%);
background-image: -o-linear-gradient(44deg, #269AA8 0%, #3DACB8 71%, #1F8290 100%);
background-image: linear-gradient(134deg, #269AA8 0%, #3DACB8 71%, #1F8290 100%);
  /*background: #0097A5;*/
  /*border: 2px solid #2AABB6;*/
  /*box-shadow: 0 0 0 4px #2AABB6;*/
  border-radius: 10px;
  margin-bottom: 15px;
  color: #fff;
}

.panel
{
  /*border-radius: 5px;*/
}
.panel a
{
  background: #D5416A;
  color: #fff;
  /*border-bottom-color: #e27387;*/
  border-radius: 5px;
  margin-top:2px;
  padding: 12px;
}
h1 a
{
  color: #f4a058;
}

p a, b
{
  color: #f4a058;
}

.answer .letter
{
  background-image: -webkit-linear-gradient(#E7E7E7 0%, #D8D8D8 100%);
  background-image: -o-linear-gradient(#E7E7E7 0%, #D8D8D8 100%);
  background-image: linear-gradient(#E7E7E7 0%, #D8D8D8 100%);
  border-radius: 5px;
  font-size:22px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.btn-warning
{
}
.search-form
{
  position: relative;
}
.search-box
{
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 3px; 
  padding: 10px;
  display: block;
  width: 100%;
}
.search-btn
{
  position: absolute;
    top: 5px;
  right: 5px;
}