* {
    margin: 0;
    padding: 0;
}

html, body {
  background: #21252b;
}
header {
  color: #fff;
  width: 100%;
  padding: 20px 0;
  background: #181a1f !important;
  border-bottom: 1px solid #21252b;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 9999;
  top: 0;
  position: fixed;
}
header h1 {
  font-size: 20px;
  text-indent: 40px;
  font-weight: bold;
}
.container {
  width: 1450px;
  margin: 85px auto;
  padding: 10px 0px 0px 0px;
  background-color: #313640;
}
.left {
  width: 230px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.right {
  width: 290px;
  float: left;
  margin-right: 10px;
}
.content {
  float: left;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 890px;
}
.sidebar {
}
.footer {
  background-color: #181a1f;
  display: inline-block;
  width: 1450px;
}
.box {
  background-color: #181a1f;
  border: 1px solid #21252b;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
}
img.box {
  max-width: 288px;
  padding: 0px 0px 0px 0px !important;
}
.shrink {
  padding: 10px 0;
}
