/*@base-font_v2_thin: 'Museo Sans Thin';
@base-font_v2_medium: 'Museo Sans Regular';*/
/*@base-font-regular: 'MuseoSans-100';
@base-font-medium: 'MuseoSans-300';
@base-font-semibold: 'MuseoSans-500';
@base-font-bold: 'MuseoSans-500';
@base-font-bolder: 'MuseoSans-700';
@handwritten-font: 'ShadowsIntoLightRegular';
@handwrittern-font-two: 'ShadowsIntoLightTwoRegular';
@cursive-font: 'WisdomScriptRegular';
@museo-slab-medium: 'MuseoSlab-300';
@museo-slab-bolder: 'MuseoSlab-700';
@museo-slab-bolder-italic: 'MuseoSlab-700Italic';
@museo-slab-extra-bold: 'MuseoSlab-900';*/
body {
  background-color: #f5f5f5;
}
#player-profile-invitation {
  border: 1px solid #ccc;
  background-color: #fff;
}
/* -------- PLAYER PROFILE ACCEPT INVITATION BEGIN -----------------*/
#player-profile-invitation h1 {
  text-align: center;
  font-family: 'Averta-Black-900';
  margin-top: 0px;
}
#player-profile-invitation .profile-img-wrap {
  display: block;
  margin: 0px auto;
  text-align: center;
}
#player-profile-invitation .profile-img-wrap img {
  width: 180px;
  height: 180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#player-profile-invitation h3 {
  text-align: center;
  margin: 20px 0px;
}
#player-profile-invitation .description-text {
  text-align: center;
  font-size: 15px;
}
#player-profile-invitation #invite-game-stats {
  margin-top: 30px;
  background-color: #f5f5f5;
  padding: 15px;
}
#player-profile-invitation #invite-game-stats img {
  float: left;
  width: 75px;
  height: 75px;
}
#player-profile-invitation #invite-game-stats .game-info h5 {
  font-size: 24px;
}
#player-profile-invitation #invite-game-stats .game-info p {
  font-size: 15px;
}
#player-profile-invitation #invite-game-stats .game-info p b {
  font-family: 'Averta-ExtraBold-800';
  color: #000;
}
#player-profile-invitation #invite-game-stats .game-info p span {
  margin: 0px 10px;
}
#player-profile-invitation #invite-game-stats .btn-accept-invitation {
  margin-top: 20px;
  text-transform: uppercase;
}
#player-profile-invitation .btn-accept-invitation-signup {
  margin: 20px auto 0px;
  text-transform: uppercase;
  display: table;
}
/* -------- PLAYER PROFILE ACCEPT INVITATION END -----------------*/
#player-profile-invitation {
  width: 960px;
  margin: 50px auto 30px;
  padding: 30px;
}
/* -------- PLAYER PROFILE ACCEPT INVITATION BEGIN -----------------*/
#player-profile-invitation h1 {
  font-size: 38px;
}
#player-profile-invitation h3 {
  font-size: 28px;
}
#player-profile-invitation #invite-game-stats .game-info {
  float: left;
  margin-left: 15px;
}
#player-profile-invitation #invite-game-stats .game-info p {
  margin-top: 10px;
}
#player-profile-invitation #invite-game-stats .btn-accept-invitation {
  float: right;
}
/* -------- PLAYER PROFILE ACCEPT INVITATION END -----------------*/
