@font-face {
    font-family: csgo;
    src: url(../fonts/cs_regular.ttf);
}

#main {
  margin-top: 20px;
}

/* Sidebar */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.sidebar-icon {
  text-align: center;
}

.sidebar-icon > img {
  height: 50px;
  width: auto;
  margin-top: -20px;
}

.nav-sidebar a {
  cursor: pointer;
}

/* Banner */

.page-banner {
  width: 100%;
  text-align: center;
}

.page-banner img {
  height: 80px;
  width: auto;
}

.banner-text {
  width: 100%;
  font-size: 32px;
  text-align: center;
  font-family: csgo;
  line-height: 70%;
  color: black;
}

.banner-text-icon {
  width: 100%;
  font-size: 48px;
  text-align: center;
  font-family: csgo;
  line-height: 70%;
  color: black;
  text-shadow: 0px 0px 8px rgba(0,0,0,.5);
}

/* Main content */
#content {
  margin-top: 15px;
}

.content-placeholder {
  text-align: center;
  margin-top: 200px;
  font-weight: bold;
}

.content-placeholder div {
  padding: 10px;
}

.content-placeholder img {
  height: 100px;
  width: auto;
}

/* Categories */
.category {
  border-radius: 5px;
  background-color: rgba(240,240,240,1);
  box-shadow: 2px 4px 4px rgba(0,0,0,.2);
  padding: 15px;
  margin-bottom: 15px;
}

.category-title {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}

/* Entries */
.entry {
  margin-left: 10px;
  margin-bottom: 10px;
}

.entry-title {
  font-weight: bold;
}

.entry-title-text {
  cursor: pointer;
}

.entry-details {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  border-bottom: 1px rgba(200,200,200,1) solid;
  border-right: 1px rgba(200,200,200,1) solid;
  background-color: rgba(250,250,250,1); 
}

.entry-button {
  cursor: pointer;
  font-size: 20px;
}

.entry-button-closed {
  color: #33aa33;
}

.entry-button-open {
  color: #aa3333;
}

.entries-count {
  font-style: italic;
  width: 100%;
  text-align: center;
}

#entries-count-value {
  font-weight: bold;
  font-size: 20px;
}

/* About */
.about-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9999;
}

.miniflag {
  height: 16px;
  width: auto;
}

.modal-copyright {
  float:left;
  color: #999;
}