h1{font-size: 30px;}


/* Buttons */
.main_btn{
  cursor: pointer;  
  border: none;
  background: linear-gradient(#54c0fe 1%, #2c73a0 100%);
  box-shadow: 2px 2px 5px #333;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; 
}	

/* new Player Notes
********************************************************/
#admin .btnblock ul li {  
  display: block;
  margin: 0px 0px 5px 5px;
  padding: 5px;
  line-height: 20px;
  font-size: 12px;
}

#admin .notes-left {
  margin-left: -10px;
}

#admin > .notes-bar {
  position: relative;
  top: -10px;
}
.notes-bar .header{
  font-size: 1.5em;
  font-weight: bold;
  float: left;
  cursor: pointer;
}

.notes-bar .ranks{
  float: right;
}
.notes-bar .type_1{
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Arial';
  color: #ccc;
  float: right;
  margin-right: 10px;
}
.notes-bar .type_2{
  font-size: 30px;
  margin: 10px;
  float: right;
}
.notes-bar .type_3{
  font-size: 30px;  
  float: right;
}
.notes-bar .type_4{
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Arial';
  color: #ccc;
  float: right;
}

.notes-bar .dd{
  font-size:15px;
  font-weight: bold;
}

#admin .profile-main{
  cursor: pointer;  
  background: linear-gradient(#54c0fe 1%, #2c73a0 100%);
  box-shadow: 2px 2px 5px #333;
  font-weight: bold;
  text-transform: uppercase; 
}

#admin .profile-cat {
  cursor: pointer;
  background: rgb(0,0,0,0.4);

}

#admin .title{
  margin-top: -10px;
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-transform: uppercase;
}

#admin > #info {
  background: #fff;
  margin-top: -20px;
}