﻿/* CSS for Largest Firm Control */

.largest-firm-list-block .dropdownlist-title { font-weight:bold;}
.largest-firm-list-block .firm-list-container { border-top:dotted 1px #ccc; margin-top:10px; padding-top:8px;}
.largest-firm-list-block .region-name { font-weight:bold; color:#808080; font-size:2em;}

.largest-firm-list-block table thead {background:#505050; color:#fff; font-weight:lighter; vertical-align:middle;}
.largest-firm-list-block table thead th {vertical-align:middle; }
.largest-firm-list-block table thead th.sortable {cursor:pointer; }
.largest-firm-list-block table thead .arrow { font-weight:900; margin-left:5px; }

.largest-firm-list-block tr.row-even  {background-color:#cee1e8; }
.largest-firm-list-block tr.row-odd { background-color:#deebf1;}
.largest-firm-list-block td, .largest-firm-list-block th { border:solid 1px #fff;}
.largest-firm-list-block td { vertical-align:middle;}
.largest-firm-list-block td.num { text-align:center;}
.largest-firm-list-block .form-note { color:#777;}
.largest-firm-list-block .form-note h3 { font-weight:bold; color:#444;}
