diff --git a/themes/bootstrap3/css/combined-search.css b/themes/bootstrap3/css/combined-search.css
index 3e67a75737acf76b3852adce41a47cdd49205382..c73e1525b08e3504c1d7fedcb7e1cd61ef535c9e 100644
--- a/themes/bootstrap3/css/combined-search.css
+++ b/themes/bootstrap3/css/combined-search.css
@@ -1,4 +1,7 @@
-.combined-list .result .left   {width:23.0769%}
-.combined-list .result .middle {width:65.812%}
+.combined-list .result .left   {width:25%}
+.combined-list .result .middle {width:75%}
 .combined-list .result .right  {display:none}
+.result {padding-right:0}
+.result > .col-xs-1.checkbox {padding-right:0;width:10%}
+.result > .col-xs-11 {width:89%}
 .form-inline > .clearfix {margin-left:7px}
\ No newline at end of file