diff --git a/main.css b/main.css
index 85aa7b6..9a7c1ab 100644
--- a/main.css
+++ b/main.css
@@ -186,7 +186,7 @@ body.choicePage .wrapper {
height: 53px;
}
-.skill-action {
+.actionSkill {
display: inline-block;
position: relative;
cursor: pointer;
@@ -205,7 +205,7 @@ body.choicePage .wrapper {
color: white;
}
-.skill-action .points {
+.actionSkill .points {
visibility: initial;
}
@@ -214,7 +214,7 @@ body.choicePage .wrapper {
}
.skill.full .points,
-.skill-action .points {
+.actionSkill .points {
color: #0B0;
}
@@ -255,7 +255,7 @@ legend {
}
.tree .description,
-.skill-action .description
+.actionSkill .description
{
display: none;
position: absolute;
@@ -277,7 +277,7 @@ legend {
right: 110%;
}
-.skill-action .description {
+.actionSkill .description {
top: 10%;
left: 105%;
}
@@ -298,7 +298,7 @@ legend {
}
.tree .description h2,
-.skill-action .description h2 {
+.actionSkill .description h2 {
padding: 0.15em 0;
margin-bottom: 0.15em;
font-size: 125%;
@@ -381,11 +381,11 @@ legend {
display: none;
}
-.skill-action:hover .description {
+.actionSkill:hover .description {
display: block;
}
-.skill-action:hover .description:hover {
+.actionSkill:hover .description:hover {
display: none;
}
diff --git a/mechromancer.html b/mechromancer.html
index 175b286..0cd069b 100644
--- a/mechromancer.html
+++ b/mechromancer.html
@@ -18,7 +18,7 @@