/*__ _   _ _____   _____ ___ _  _ 
/ __| | | | _ ) \ / / __|_ _| \| |
\__ \ |_| | _ \\ V /| _| | || .` |
|___/\___/|___/ \_/ |___|___|_|\_|
___               _                      
 | _.| _ ._ _|_  /  _.| _   | _._|_ _ ._ 
 |(_||(/_| | |_  \_(_||(_|_||(_| |_(_)|
 
/////////////////////////////////////////////////////////
//
// Subvein Talent Calculator
//
// All rights remain with the autor
// ©2011 chross	(subvein@chross.de)
//
// This script is free for use for the Subvein Community,
// however, please refrain from modifying or redistributing
*/

.skill{width: 192px;}
.counter, .maxcount, .syncount {width: 18px;}

#physical {
	left: 0px;
	display: block;
	float: left;
}

#mental {
	left: 0px;
	display:none;
	float: left;
}

#cybernetic {
	left: 0px;
	display:none;
	float: left;
}

.skill.inactive .counter {border-right: 1px solid #C99;}
.skill.active .counter {border-right: 1px solid #9C9;}
.c2{left: 250px;}
.c3{left: 500px;}
.c4{left: 750px;}
.line.c1{left: 90px !important;}
.line.c2{left: 340px !important;}
.line.c3{left: 590px !important;}
.line.c4{left: 840px !important;}