body {
    margin: 0 auto;
    padding: 10px;
    background: #222222;
    }
h1, p, form, input, button, div, td, li {
    color: #CCC;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1 { 
    font-size: 36px;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 0px;
}
h2 {
    padding-top: 0;
    font-size: 24px;
}
h3 {
    margin-top: 2em;
    margin-bottom: 1em;
}
h2 a, h2 a:hover, #searchOptions a, #searchOptions a:hover {
    color: #CCC;
    text-decoration: none;
}
img {
    border: 0;
}
#map div {
    color: #222;
    font-size: 14px;
}
a, .text-button {
    color: #0088CC;
    text-decoration: none;
}
a:hover, .text-button:hover {
    color: #005580;
    text-decoration: underline;
}
#map {
    height: 100%;
    margin-left: 270px;
}
#resultsList {
    font-size: 14px;
    padding: 0 10px;
    width: 260px;
    height: 100%;
    float: left;
    position: relative;
}
#resultsList ol {
    width: 220px;
    padding-left: 30px;
    margin-top: 0;
}
#resultsList ol li {
    margin-bottom: 0.4em;
}
#resultsList ul {
    padding-left: 0;
    margin: 2em 0;
}
#resultsList ul li {
    list-style-type: none;
    margin-bottom: 0.6em;
}
#resultsList ul li img {
    padding-right: 10px;
    vertical-align: middle;
}
#shareResults {
    margin: 1.5em auto;
    text-align: center;
}
.shareSocial {
    margin: 0.6em;
}
#searchOptions {
    margin: 1.5em auto;
    max-width: 250px;
    padding-left: 1em;
}
#searchOptions p {
    text-align: left;
    font-size: 14px;
}
#searchOptions table {
    width: 100%;
    font-size: 14px;
}
#searchOptions td {
    width: 50%;
    padding: 0;
    text-align: left;
}
p.home, form.home {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 18px;
}
ul.home {
    padding-left: 0;
    width: 500px;
    margin: 0 auto;
    text-align: center;
}
li.home {
    list-style-type: none;
}
p.home.small {
    font-size: 14px;
}
#leagueList {
    margin: 1em 0;
}
#arrow {
    width: 0; 
    height: 0; 
    display: inline-block;
}
.arrow-right {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #CCC;
}
.arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #CCC;
}
input.front, .awesome.front {
    display: block;
    margin: 0 auto;
    font-size: 16px;
}
input.front {
    width: 238px;
    padding: 6px;
    color: #222;
}
.awesome.front {
    padding: 8px 14px 9px;
    width: 250px;
}
input.side, .awesome.side {
    display: block;
    margin: 0 auto;
}
input.side {
    width: 238px;
    padding: 5px;
    color: #222;
}
.awesome.side {
    padding: 7px 12px 8px;
    width: 240px;
    margin-bottom: 2em;
}
input::-webkit-input-placeholder {
    color: #999;
}
input:-moz-placeholder {
    color: #999;
}
input:-ms-input-placeholder {
    color: #999;
}
#footer {
    margin: 2em auto 0;
    text-align: center;
}
#renderTime {
    display: none;
    font-size: 8px;
    color: #555;
    text-align: center;
}
.awesome, .awesome:visited {
    background: url("alert-overlay.png") repeat-x scroll 0 0 #222222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.awesome:hover {
    background-color: #111111;
    color: #FFFFFF;
}
.awesome:active {
    top: 1px;
}
.blue.awesome, .blue.awesome:visited {
    background-color: #2DAEBF;
}
.blue.awesome:hover {
    background-color: #007D9A;
}
.red.awesome, .red.awesome:visited {
    background-color: #E33100;
}
.red.awesome:hover {
    background-color: #872300;
}
.text-button {
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    -moz-user-select: text;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: normal;
    margin: 1em 0 0 0;
    overflow: visible;
    padding: 0;
}
.text-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* hide 'like' count on Facebook button per http://stackoverflow.com/questions/2950172/facebook-like-button-hide-count */
/* make the like button smaller */
.fb_edge_widget_with_comment iframe
{
    width:49px !important;
}
span.fb_edge_comment_widget.fb_iframe_widget iframe
{
    width:401px !important;
}