.show-more-button {
    padding: 14px;
    text-align: center;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #1f1f1f;
    margin-top: 5px;
    background-color: #cadae3;
}

.show-more-button:hover {
	background-color: #a9c1cf;
	color:#000;
}

.pview {
  padding-top: 40px; }
  .pview .left {
    padding-left: 14px;
    width: 59%; }
    
    
  @media screen and (min-width: 480px) {   
.pview .number {
color: #044980;    
margin: 10px 0; 
font-size: 33px; }
}

@media screen and (max-width: 480px) {
    .pview .number {
    color: #044980;    
    position: absolute;
    right: 40px;
    font-size: 33px;
    top: 120px; }
}

    @media screen and (min-width: 480px) {
	   .pview .right {
           width: 37.1%;
           margin-top: -30px;
           padding-right: 15px; }
		 }
		 
		   @media screen and (max-width: 480px) {
	   .pview .right {
           width: 100%;
           text-align: center; }
		 }
    
  .pview .label {
    width: 150px;
    color: #000; }
  .pview .labeled {
    overflow: hidden; }

		
	@media screen and (max-width: 480px) {
		.pview .left {
         padding: 10px 14px 0px 14px;
         width: 100%;
      }
		 }

.content_stat {
    background-color: #fff;
    margin: 1px 3px;
    padding-left: 2px;
    padding-top: 6px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    border-top: 1px solid #fff;
    background: -moz-linear-gradient(top, #ECECEC 0%, #fff 100px);
    background: -webkit-linear-gradient(top, #ECECEC 0%,#fff 100px);
    background: linear-gradient(to bottom, #ECECEC 0%,#fff 100px);
}

.player_stat {
    background-color: #fff;
    margin: 1px 3px;
    padding-left: 7px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    border-top: 1px solid #fff;
    background: -moz-linear-gradient(top, #ECECEC 0%, #fff 100px);
    background: -webkit-linear-gradient(top, #ECECEC 0%,#fff 100px);
    background: linear-gradient(to bottom, #ECECEC 0%,#fff 100px);
}


.item_statistic_wrap .item_statistic_content {
  display: none;
  background-color: #FFFFFF; }
.item_statistic_wrap .item_statistic_button {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700; 
  font-size: 15px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  border-bottom: 1px solid #1e62b5;
  background-color: #dde2ff;
  margin: 0px 15px; }
.item_statistic_wrap .item_statistic_button_act {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(to top, #FFE000, #f5ff66);
    border-radius: 5px;
    margin: 0px 15px;
 }


