diff --git a/dictionary/static/css/frame_table.css b/dictionary/static/css/frame_table.css
index f0fa801..3f28bb4 100644
--- a/dictionary/static/css/frame_table.css
+++ b/dictionary/static/css/frame_table.css
@@ -80,9 +80,7 @@ table.ActiveFrameTable td.ColumnCategory, table.InactiveFrameTable td.ColumnCate
 }
 
 table.ActiveFrameTable td[selected=selected], table.InactiveFrameTable td[selected=selected] {
-	position: relative; 
-	box-shadow: 0px 0px 0px 4px grey;
-	-moz-box-shadow: 0px 0px 0px 4px grey;
+	border-width: 5px;
 }
 
 table.ActiveFrameTable .Opinion, table.InactiveFrameTable .Opinion {
diff --git a/dictionary/static/css/frame_table_ie_patch.css b/dictionary/static/css/frame_table_ie_patch.css
deleted file mode 100644
index a1d6999..0000000
--- a/dictionary/static/css/frame_table_ie_patch.css
+++ /dev/null
@@ -1,3 +0,0 @@
-table.ActiveFrameTable td[selected=selected], table.InactiveFrameTable td[selected=selected] {
-	border-width: 5px;
-}
\ No newline at end of file
diff --git a/templates/base.html b/templates/base.html
index ff0c033..f48a797 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -26,9 +26,6 @@
 <link rel="stylesheet" href="{{ STATIC_URL }}css/vocabulary_stats.css" type="text/css" media="screen" charset="utf-8" />
 <link rel="stylesheet" href="{{ STATIC_URL }}css/user_stats.css" type="text/css" media="screen" charset="utf-8" />
 <link rel="stylesheet" href="{{ STATIC_URL }}css/frame_table.css" type="text/css" media="screen" charset="utf-8" />
-<!--[if IE]>
-<link rel="stylesheet" href="{{ STATIC_URL }}css/frame_table_ie_patch.css" type="text/css" media="screen" charset="utf-8" />
-<![endif]-->
 <link rel="stylesheet" href="{{ STATIC_URL }}css/arg_realization_table.css" type="text/css" media="screen" charset="utf-8" />
 <link rel="stylesheet" href="{{ STATIC_URL }}css/arg_realization_viewtab.css" type="text/css" media="screen" charset="utf-8" />
 <link rel="stylesheet" href="{{ STATIC_URL }}css/all_notes_table.css" type="text/css" media="screen" charset="utf-8" />