/* copied from nameplates.css */
.nameplate-img {
    min-height: auto !important;
}

/* new stuff starts here */

.franchise-icon {
    min-width: auto;
    max-height: 90px;
    display: inline-block;
    background: rgba(146, 146, 146, 0.5); /* #545454 */
    padding: 5px;
    border: 2px solid #29688f;
}

.franchise-title {
    display: inline-block;
    font-size: 2em; /* 3em */
    padding-left: 15px;
    padding-top: 21px; /* 7px */
    position: absolute;
}

.boxart {
    min-height: auto;
    max-width: 300px;
    width: 100%
}

.game-entry {
    margin-bottom: 20px;
    padding: 13px;
}

.game-series-top-margin {
    margin-top: 23px;
    border-top: 50px solid #12171d;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
}

.game-series-top-margin-v2 {
    margin-top: 23px;
    border-top: 50px solid transparent;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
}

.game-entry-divider {
    border-bottom: 3px solid rgba(68, 68, 68, 0.5); /* #2b333e */
}

.not-bold {
 font-weight: normal; 
}

.super_tiny_text {
   font-size: 0.4px; 
}

.teamhub_link_block {
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
  /*background: #14191e;*/
  border-left: 5px solid #0081b8;
  /*color: #fff;*/
  transition: 0.3s;
}

.teamhub_link_block:hover {
    /*border-left: 5px solid red;*/
    /*color: #fff;*/
    transition: 0.3s;
    box-shadow: 0px 0px 5px 3px #0280b8;
}

.teamhub_link_block_noperm:hover {
    border-left: 5px solid red;
    /*color: #fff;*/
    transition: 0.3s;
    box-shadow: 0px 0px 5px 3px #b80202;
}

.teamhub_link_block>h1 {
    /*display: inline-block;*/
    padding-left: 7px;
    font-size: 19px;
}

.team_hub_icon {
    width: 50px;
    height: 50px;
    /*display: inline-block;*/
}

.team_hub_note {
    /* float: left; */
    /* text-align: left; */
    font-size: 9px;
    margin-bottom: -6px;
}

.teamhub_note_noperm {
  color: #b80202;
}

.team_dash_block_button_7 {
    /*float: right;
    top: 5px;*/
    margin-top: -6px; /* was -6px *//* was 10px */
}

.team_dash_block_button_7 > button {
    width: 100%;
}

.team_dash_block_header_7 {
    text-align: center;
    height: 26px;
    font-size: 16px;
}

.h1_pagehead_7 {
    font-size: 3em;
    color: #2b7fb3;
    margin-bottom: 1em;
}

.tjh_application_group {
    margin-bottom: 90px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 30px;
}

.tjh_positions_list {
  
}

.tjh_positions_list_details {
    list-style: none;
    margin-top: 40px;
}

.tjh_pos_cat {
    color: #969696;
}

/* helpcenter tables */
.htable {
    border: 1px outset #2c333e;
    border-spacing: 3px;
    border-collapse: separate;
    width: 100%;
}
.htable th {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #2b333e;
    border-bottom: 1px solid #2b333e;
    color: #2b7fb3;
    text-transform: uppercase;
}

.htable td {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #2b333e;
    border-bottom: 1px solid #2b333e;
}

.htable tbody {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #2b333e;
    border-bottom: 1px solid #2b333e;
}

.hm_services_icon {
    font-size: 160px;
    background: #393a3f;
    padding: 60px;
    border-radius: 150px;
    color: #b8b8b8;
}

.team_dash_feed_button {
  
}


/* BOOTSTRAP LABELS */
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label-default {
    background-color: #777;
}

.label-primary {
    background-color: #337ab7;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}