.Box {
	height: 525px;
}

.page_character_general{
width: 255px;
border:solid 1px #2d2d2d;
float: left;
}

.info_px{
  margin:auto;
  padding-top: 49px;
  color: #818181;
  padding-bottom: 7px;
}

span.numero {
	color: #cabdaf;
}


 .exp_points span.puntiesp_numb {
   color:#cabdaf;
} 
   
.info_px .label_text{
   text-align:justify;
   margin-top: 20px;
   padding: 8px 8px 8px 8px;
}

.box_skills{
   margin-top:20px;
   width:854px;
   display:table;
}

.menu-skills{
   width:254px; 
   height:450px; 
   background-image: url('../../themes/advanced/imgs/bg_menutalenti.png');
   background-repeat: no-repeat;
   border:solid 1px #000;
   display:table-cell;
   text-align: left;
   font-family:Cambria;
}

.menu-skills .menu_li {
   list-style-type: none;
    margin-left: 50px;
    font-size: 15px;
    width: 195px;
}

div.menu-skills div.menu_li a {
	color: #756d6a;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 
                 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8);

}

div.menu-skills div.menu_li a:hover {
	color: #8a8275;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 
                 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8);

}


.skill-description {
    padding: 5px 5px 5px 5px; 
    border:solid 1px black; 
    background-image: url(./imgs/bg-td.png);
    max-height: 200px;
    overflow: auto;
    color: #756d6a;
    margin-bottom: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
  text-align: justify;
}


.skill-content {
  width: 62%;
  float: left;
  height: 443px;
  overflow: auto;
  background-image: url(./imgs/bg_talenti.png);
  margin:auto;
    padding: 5px 5px 5px 5px;
}

.link_backto {
  width: 20%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}

.menu-skills .menu_li:first-child {

}

div.skill-content div.riquadro tr:first-child {
	background-image: url(./imgs/bg-td2.png);
	color: #70665c;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 
                 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8);
}

div.skill-content div.riquadro tr:first-child td {
	box-shadow: 1px 2px 1px black; 
}

div.skill-content div.riquadro tr:first-child td:first-child {
	
}

div.skill-content div.riquadro tr:first-child td:last-child {
	
	box-shadow: 2px 2px 2px black; 
	width: 20%;
}


div.skill-content div.riquadro div.abilita_scheda_sub {
	width: 50%;
	margin:0 auto;
}

span.titolo {
	font-family:Cambria;
	text-transform: uppercase;
    color: #7b6d50;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 
                 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8);

}

div.sottotitolo {
  width: 93%;
  margin: 5px auto;
  border: #cabdaf 1px dotted;
  border-radius: 10px;
  color: #70665c;
  text-align: justify;
  padding: 15px;
}

div.riquadro {
  width: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #181818; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #322e2e; 
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #322e2e; 
    border-radius: 5px;
}


@font-face{
    font-family: 'CoG';
    src: url('/themes/advanced/Crimes_of_Grindelwald.otf') ;}
    

