diff --git a/html-client/cryps.css b/html-client/cryps.css
index 24b2db50..4e04b26b 100755
--- a/html-client/cryps.css
+++ b/html-client/cryps.css
@@ -384,6 +384,16 @@ header {
flex: 0 0 20%;
}
+.cryp-skill-btn[disabled] {
+ color: #333333;
+ font-size: 14pt;
+}
+
+.cryp-box.ko {
+ animation: none;
+ opacity: 0.5;
+}
+
.team-player {
display: flex;
flex: 1 0 20%;
@@ -405,28 +415,6 @@ header {
flex: 0 0 20%;
}
-.game-cryp-ctr {
- flex: 1 1 100%;
- max-height: 33%;
- display: flex;
- flex-flow: row;
- align-items: center;
-}
-
-.game .cryp-box {
- flex: 1 1 100%;
-}
-
-.cryp-skill-btn[disabled] {
- color: #333333;
- font-size: 14pt;
-}
-
-.game-cryp-ctr.ko {
- animation: none;
- opacity: 0.5;
-}
-
.selected-skills {
flex: 1 1 25%;