h2, h3, h4, h5, h6 { color: #547B97; }

/* Custom TSV */
body {background: #C90202;}
a:link, a:visited {opacity: 1;}
.white a:link, a.white:link, .white a:visited, a.white:visited {opacity: 1;}
#label-client {color: #fff;}
.light-gray {color: #fff;}
#header {border-bottom: solid 1px #fff;}
#topbar-i18n a:link, #topbar-i18n a:visited {opacity: 1;}
#topbar-separator {background: #fff;}
#topbar-phone {background: transparent;}
.button {
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 5px;
}
#branding {colro: #bfbfbf;}
#branding a:link, #branding a:visited {color: #bfbfbf;}
#footer {color: #fff;}
#footer a:link, #footer a:visited {color: #fff;}
/* Layout - Calendar */

a.cc-event:link,
a.cc-event:visited { background-color: #975459; }
a.cc-event:hover { background-color: #6A3333; }

a.cc-own:link,
a.cc-own:visited { background-color: #8BB243; }
a.cc-own:hover { background-color: #5F8024; }

a.cc-single:link,
a.cc-single:visited { background-color: #808D96; }
a.cc-single:hover { background-color: #4C5359; }

a.cc-multiple:link,
a.cc-multiple:visited { background-color: #547B97; }
a.cc-multiple:hover { background-color: #334F6A; }

a.cc-conflict:link,
a.cc-conflict:visited { background-color: #334F6A; }
a.cc-conflict:hover { background-color: #334F6A; }

/* Layout - Alternate Calendar */

.cc-range-member a {
    border-color: #547B97 !important;
    background-color: #547B97 !important;
}

/* General Purpose - Classes */

.my-highlight { color: #5F8024; }

.badge { background-color: #547B97; }
.badge-label { color: #547B97; }

/* Links */

a:link, a:visited { color: #334F6A; }
