Minor bug fixes and code formatting, and limit-years style modified a little bit
diff --git a/css/year-list.css b/css/year-list.css
index 45993b2..d30f7d8 100644
--- a/css/year-list.css
+++ b/css/year-list.css
@@ -1,9 +1,11 @@
 /* ********** HERE STARTS year-list.css ****** */

+

 #year-list {

-	padding: 10px;

-	padding-top: 0px;

-	float: right;

-	position:relative;

+	padding: 16px;

+	padding-top: 0;

+	position:absolute;

+	right: 0;

+	top: 68px;

 	z-index:10;

 	display:none

 }

@@ -11,4 +13,9 @@
 #year-list-span {

 	position:relative;

 	z-index:10;

-}
\ No newline at end of file
+}

+

+.custom-checkbox .mdl-checkbox__box-outline {

+	border: 2px solid rgba(0,0,0,.8)!important;

+	background-color: white!important;

+}