#main {
  margin-top: 20px;
}


/* 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;
  /*line-height: 80%;*/
  color: black;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

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

.banner-logo {
  height: 50px;
  width: auto;
}

.banner-brand-logo {
  height: 40px;
  width: auto;
  display: inline !important;
  margin-top: -10px;
}

.table-hover > tbody > tr:hover {
  background-color: #e5e5e5 !important;
}

/* 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;
}

/*
  General
*/
.tank-premium {
  font-style: italic;
  font-size: 10px;
  color: #999933;
  font-weight: bold;
}

.main-container {
  margin-top: 50px;
}

/*
  Tables
*/
.tank-table {
  margin: 0;
}

.table-tank-img {
  height: 44px;
  width: auto;
  margin-right:-20px;
}

.table-tier-header {
  width: 100%;
  text-align: center;
  font-size: 32px;
}

td.tank-icon {
  padding: 0px !important;
}

.tank-row > td {
  vertical-align: middle !important;
}

.table-narrow {
  width: auto;
}

/*
  Modal
*/
.modal-body, .tank-details-header, .tank-details-content {
  overflow: hidden;
}

.tank-details-value {
  font-weight: bold;
}

.tank-details-title {
  line-height: 100px;
  font-weight: bold;
  font-size: 24px;
}

.tank-details-title-tier {
  text-shadow: 0px 0px 4px rgba(0,0,0,.5);
  font-weight: normal;
  font-family: "Verdana";
}

.tank-details-mm-stats-content {
  text-align: center;
}

.tank-details-mm-stats-content-legend {
  font-weight: bold;
}

/*
  Navbar
*/
.btn-tier-scroller{
  margin-left: 10px;
}

/*
  About
*/
.about-content {
  width: 800px;
  border-radius: 5px;
  border: 1px #e5e5e5 solid;
  background-color: #f9f9f9;
  padding: 15px;
  position: absolute;
  left: 50%;
  margin-left: -400px;
}

.about-flag {
  height: 14px;
  width: auto;
}

.about-content {
  text-align: justify;
}

/*
  Summary
*/
.page-summary {
  position: fixed;
  top: 100px;
  right: 10px;
  width: 250px;
  /*background-color: rgba(210,210,210,.2);*/
  border-left: 1px #999 solid;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
  padding: 5px;
  z-index: 1031;
}

.page-summary:hover {
  background-color: rgba(230,230,230,.4);
}

.page-summary-list {
  padding-left: 5px;
}

.page-summary li {
  list-style-type: none;
}

/*
  MM Charts
*/
.mm-charts-content {
  text-align: center;
  overflow: hidden;
}

.mm-chart-container {
  float: left;
  border-radius: 5px;
  border:1px #ccc solid;
  margin: 5px;
  padding: 10px;
  background-color: #fafafa;
}

.mm-chart-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

/*
  Small devices
*/
@media screen and (max-width: 1000px) {
  .table-label-extra {
    display: none;
  }

  .table-tank-img {
    height: 15px;
    width: auto;
    /*margin-right:-20px;*/
  }

  .page-summary {
    display: none;
  }

  .about-content {
    width: 100%;
    position: relative;
    margin-left: 0px;
    left: 0px;
  }
}

/*
  Charts
*/
.chart-legend {
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.chart-legend-entry{
  float:left;
  margin-right: 10px;
}

.chart-legend-color-block {
  width: 30px;
  height: 16px;
  float:left;
  margin-right: 8px;
  border: 1px #999 solid;
}

/*
  Examples
*/
.example-team-1 {
  text-align: right;
}

.example-team-2 {
  text-align: left;
}

.example-lineup-tier {
  padding: 10px;
  /*background-color: rgba(230,230,230,.5);*/
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: help;
}

.example-team-1 .example-lineup-tier {
  border-right: 1px #333 solid;
}

.example-team-2 .example-lineup-tier {
  border-left: 1px #333 solid;
}

.example-lineup-entry {
  font-weight: bold;
}

.example-team-1 .example-lineup-entry-type {
  float:right;
}

.example-team-2 .example-lineup-entry-type {
  float:left;
}

.example-analysis-team1 {
  text-align: right;
}

.example-analysis-team2 {
  text-align: left;
}

.example-analysis-comp {
  text-align: center;
}

.example-analysis-labels {
  text-align: right;
  font-weight: bold;
}

.example-analysis-labels-entry {
  padding: 2px;
  margin-bottom: 1px;
}

.example-analysis-labels-entry:nth-child(odd) {
  background-color: #e5e5e5;
}

.example-lineup-entry-title {
  /*text-shadow: 0 0 2px rgba(0,0,0,1);*/
}

.tank_type_light {
  color: #91D64B;
}

.tank_type_medium {
  color: #baad5b;
}

.tank_type_heavy {
  color: #e698ab;
}

.tank_type_td {
  color: #63aea4;
}

.tank_type_spg {
  color: #aa4caa;
}

.example-analysis-value-comp {
  font-weight: bold;
  padding: 2px;
  border-bottom: 1px #bbb dashed;
  cursor: help;
}

.example-analysis-value-valid {
  color: #81A64B;
}

.example-analysis-value-invalid {
  color: #993333;
}

.example-analysis-entry {
  padding: 2px;
  border-bottom: 1px #bbb dashed;
}

.examples-list-entry {
  padding: 8px;
  padding-left: 20px;
  font-size: 18px;
  cursor: pointer;
}

.examples-list-entry:hover, .examples-list-entry-active{
  background-color: #3EA5C7;
  color: #fff;
}

.example-analysis-lineups {
  overflow: hidden;
}

/*
    INDEX/PRESENTATION
*/
.presentation-entry {
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
  background-color: #eee;
  border: 1px #ddd solid;
  min-height: 50px;
  line-height: 50px;
  margin: 10px;
}

.presentation-entry-title {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  width: 150px;
  line-height: 30px;
  height: 100%;
}

.presentation-entry-title a {
  color: inherit;
}

.presentation-entry-content {
  float: left;
  line-height: 30px;
  height: 100%;
}