.user-name{
    display: inline-block;
    padding: 5px 0;
    border-top: 1px solid #0032d8;
    border-bottom: 1px solid #0032d8;
    margin: 0px auto 30px auto;
}
.user-info{
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: table;
}
    .user-info .row{
        display: table-row;
        width: 100%;
        float: left;
        border-bottom: 1px solid #9c9c9c;
    }
    .user-info .col{
        display: table-column;
        width: 50%;
        height: auto;
        padding: 10px 0;
        text-align: center;
        float: left;
    }

.el_banner{
    width: 100%;
}

.el_banner img{
    width: auto;
}

.btn-url {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
	text-decoration: none !important;
	background-color: #EEEEEE;
	padding: 2px 6px 2px 6px;
	border: 1px solid #CCCCCC;
}

@media screen and (max-width: 834px) {
  .btn-url {
    font-size: 1.175rem;
  }
}

    .btn-url:hover {
        cursor: pointer;
    }

.qa-table{
    width: 100%;
    padding: 10px 0px;
}
    .qa-table ul{
        height: auto;
    }
    .qa-table li{
        margin: 0px 16px;
        padding: 20px 0px;
        text-align: left;
    }

    .qa-table .qZone{
        font-size: 20px;
        color: #CE7F02;
    }

    .qa-table .aZone{
        font-size: 17px;
    }
    
  .text-spot{
    text-align: left;
  }
@media screen and (min-width: 767px) {
	.register.formTable th {
		width: 30%;
	}
	.register.formTable td {
		width: 70%;
	}
	.register .input-max-width {
		width: 100%;
    }

}

@media screen and (max-width: 767px){
    .user-name{
        font-size: 1.6rem !important;
    }

    #spotWrap h3{
        padding: 15px 0px !important;
        font-size: 1.6rem !important;
    }
}
.match-playing {
    display: inline-block;
    background-color: #e64a4a;
    padding: 0.25em 1.2em 0.15em;
    color: #fff;
    border-radius: 100px;
}

.btn-form {
  line-height: 1;
}

.btn-form a, .btn-form input[type="submit"], .btn-form button{
  display: inline-block;
  background-color: #fff;
  padding: 0.7em 1.8em;
  color: #2a6db3;
  font-size: 1.7rem;
  border: 2px solid #2a6db3;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
}

.btn-form a:hover, .btn-form input[type="submit"]:hover, .btn-form button:hover {
  background-color: #2c72b0;
  color: #fff;
}

.btn-form input[type="submit"]:focus, .btn-form button:focus {
	outline: none;
}

@media screen and (max-width: 768px) {
  .btn-form a, .btn-form input[type="submit"], .btn-form button {
    font-size: 1.6rem;
  }
}

.bg-brown{
    background-color: #eee !important;
}

.bg-white{
    background-color: white !important;
}

.pager {
	margin-top: 30px;
	font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
	.pager {
		font-size: 1.25rem;
	}
}


.pager li {
  line-height: 1;
  display: inline-block
}

.pager li a {
    margin: 0 3px;
	background-color: #fff;
	padding: 0.3em 1em;
	color: #2a6db3;
	border: 2px solid #2a6db3;
	border-radius: 50px;
	transition: 0.3s;
	line-height: 1;
	
}

.pager li a:hover {
	background-color: #2c72b0;
	color: #fff;
}

.pager li.disabled span {
	margin: 0 3px;
	padding: 0.3em 1em;
	border: 2px solid #2a6db3;
	border-radius: 50px;
	transition: 0.3s;
	line-height: 1;
    background-color: #2c72b0;
	color: #fff;
}


.season_dropdown {
  line-height: 1;
  text-align: right;
}

.season_dropdown select#season{
  display: inline-block;
  background-color: #fff;
  padding: 0.7em 1.8em;
  color: #2a6db3;
  font-size: 1.7rem;
  border: 2px solid #2a6db3;
  transition: 0.3s;
  line-height: 1;
}

.season_dropdown select#season:hover {
  background-color: #2c72b0;
  color: #fff;
}

.season_dropdown select#season:focus {
	outline: none;
}

@media screen and (max-width: 768px) {
  .season_dropdown select#season {
    font-size: 2.4rem;
  }
}

.player-career-cms {
  width: 100%;
  max-width: 730px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.375;
}

@media screen and (max-width: 768px) {
  .player-career-cms {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .player-career-cms {
    display: block;
    font-size: 2.4rem;
    border-bottom: 1px solid #2c72b0;
  }
}

@media screen and (max-width: 767px) {
  .player-career-cms tbody {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .player-career-cms tr {
    display: table-row;
  }
}

.player-career-cms th {
  width: 140px;
  background-color: #eee;
  color: #2c72b0;
  padding: 1.6em 1.0em;
  text-align: center;
  border: 1px solid #2c72b0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .player-career-cms th {
    display: block;
    width: auto;
    padding: 1.0em;
    font-weight: bold;
    border-bottom: none;
  }
  .player-career-cms th br {
    display: none;
  }
}

.player-career-cms td {
  padding: 1.6em 1.0em;
  border: 1px solid #2c72b0;
  box-sizing: border-box;
}

.btn-lp {
  max-width: 700px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .player-career-cms td {
    display: block;
    padding: 1.0em;
    border-bottom: none;
  }
}

.player-career-cms td:nth-child(2n) {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .player-career-cms td:nth-child(2n) {
    width: auto;
  }
}

.player-career-cms td:nth-child(3n) {
  padding-left: 1.6em;
  padding-right: 1.6em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .player-career-cms td:nth-child(3n) {
    padding-left: 1.0em;
    padding-right: 1.0em;
  }
}

#wrapper {
  padding-top: 8rem;
}