Removed -webkit-selection
diff --git a/application/views/errors/html/error_404.php b/application/views/errors/html/error_404.php
index d1a9e93..756ea9d 100644
--- a/application/views/errors/html/error_404.php
+++ b/application/views/errors/html/error_404.php
@@ -9,7 +9,6 @@
 
 ::selection { background-color: #E13300; color: white; }
 ::-moz-selection { background-color: #E13300; color: white; }
-::-webkit-selection { background-color: #E13300; color: white; }
 
 body {
 	background-color: #fff;
diff --git a/application/views/errors/html/error_db.php b/application/views/errors/html/error_db.php
index b7df94d..f5a43f6 100644
--- a/application/views/errors/html/error_db.php
+++ b/application/views/errors/html/error_db.php
@@ -9,7 +9,6 @@
 
 ::selection { background-color: #E13300; color: white; }
 ::-moz-selection { background-color: #E13300; color: white; }
-::-webkit-selection { background-color: #E13300; color: white; }
 
 body {
 	background-color: #fff;
diff --git a/application/views/errors/html/error_general.php b/application/views/errors/html/error_general.php
index 821815d..fc3b2eb 100644
--- a/application/views/errors/html/error_general.php
+++ b/application/views/errors/html/error_general.php
@@ -9,7 +9,6 @@
 
 ::selection { background-color: #E13300; color: white; }
 ::-moz-selection { background-color: #E13300; color: white; }
-::-webkit-selection { background-color: #E13300; color: white; }
 
 body {
 	background-color: #fff;
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php
index 66b1efd..f511563 100644
--- a/application/views/welcome_message.php
+++ b/application/views/welcome_message.php
@@ -10,7 +10,6 @@
 
 	::selection { background-color: #E13300; color: white; }
 	::-moz-selection { background-color: #E13300; color: white; }
-	::-webkit-selection { background-color: #E13300; color: white; }
 
 	body {
 		background-color: #fff;