@charset "utf-8";

/* MES BUILDS */
#builds_recents { width:954px; margin:0 auto; }
#builds_recents table { width:100%; border-spacing:0; font-size:0.8em; }
#builds_recents table thead { background:#222; color:#fff; }
#builds_recents table tr td a, #builds_recents table tr td a:visited { color:#222; text-decoration:none; outline:none; }
#builds_recents table tr td a:hover { text-decoration:underline; }
#builds_recents table tr th:first-child { width:41%; }
#builds_recents table tr th:nth-child(2) { width:14%; }
#builds_recents table tr th:nth-child(3) { width:7.5%; }
#builds_recents table tr th:nth-child(4) { width:7.5%; }
#builds_recents table tr th:nth-child(5) { width:7.5%; }
#builds_recents table tr th:nth-child(6) { width:7.5%; }
#builds_recents table tr th:nth-child(7) { width:7.5%; }
#builds_recents table tr th:nth-child(8) { width:7.5%; }
#builds_recents table tr td, #builds_recents table tr th { text-align:center; height:25px; border-top:1px solid #444; border-right:1px dotted #444; }
#builds_recents table tr th:first-child  { border-left:1px solid #444; }
#builds_recents table tr th:last-child  { border-right:1px solid #444; }
#builds_recents table tr td { height:30px; }
#builds_recents table tbody tr:nth-child(odd) { background:rgba(136,136,136,0.4); }
#builds_recents table tbody tr td:nth-child(4) img { width:16px; vertical-align:middle; }
#builds_recents table tbody tr td:nth-child(5) img { width:16px; margin-left:4px; vertical-align:middle; }
#builds_recents table tbody tr td span { margin:0; padding:0; }
#builds_recents table tbody tr td:first-child { text-align:left; padding-left:5px; border-left:1px solid #444; }
#builds_recents table tbody tr td:last-child { border-right:1px solid #444; }
#builds_recents table tbody tr:last-child td { border-bottom:1px solid #444; }
#builds_recents table tbody tr:hover { background:#d7af62; }