body, html  { background-color: white; }
html
{
    font: 13px/1.5 Arial, sans-serif;
    color: black;
}

a:link              { color:#ee1d25; }
a:visited           { color:#c8181f; }
a:hover, a:active   { color:#d19c9c; }

h2, h3, h4  { margin: 0.5em 0 0.25em; }
h2
{
    font-size: 24px;
    font-weight: normal;
}
h3
{
    font-size: 20px;
    font-weight: normal;
}
h4
{
    font-size: 100%;
    font-weight: bold;
}

/* Padding makes links easier to hit, and avoids a deadzone between the lines of a wrapped link */
h2 a, h3 a, h4 a
{
    padding: 0.25em 0.5em;
    margin: 0 -0.5em;
}

p, ul, ol   { padding: 0; margin: 0 0 1em; }
ul, ol      { margin-left: 1.5em; }

img { border: 0; }


/* Tables */

table   { border-collapse: collapse; border-spacing: 0; font-size: 100%; }
th, td  { text-align: left; vertical-align: baseline; padding: 0.25em 0.5em; }
th      { font-weight: bold; }

/* Forms */

form, fieldset  { border:none; margin:0; padding:0; }
input, textarea { color: black; font-size: 100%; }


/* Generic classes */

.hidden { display:none; }
.reset  { margin:0; padding:0; list-style:none; }


/* Tag clouds */

p.tag-cloud
{
    color: #999;
}
p.tag-cloud a
{
    line-height: 1.8;
    text-decoration: none;
    padding: 2px 4px;
    font-weight: bold;
}

p.tag-cloud .size-1 { font-size: 100%; }
p.tag-cloud .size-2 { font-size: 125%; }
p.tag-cloud .size-3 { font-size: 150%; }
p.tag-cloud .size-4 { font-size: 175%; }


/* Stripe headings */

.stripe
{
    margin: 0 0 1em;
    padding: 0.25em 10px;
    background: #eee;
    color: #666;
    text-shadow: white 0 1px 1px;
}
h3.stripe { font-size: 15px; }


/* Show/hide content links */

a.content-toggle
{
    display: block;
    text-align: right;
    border-top: 1px solid #d5d5d5;
    text-decoration: none;
    color: #909090;
    padding-right: 20px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
a.content-toggle:hover,
a.content-toggle:active,
a.content-toggle:focus  { color: #ee1d25; }

a.expand    { background-image: url("../img/arrow_down_grey.png"); }
a.collapse  { background-image: url("../img/arrow_up_grey.png"); }


/* Pagination */

.pagination
{
    font-size: 15px;
    text-align: right;
    margin: 0 0 1em;
    padding: 0 10px;
    background: #eee;
    color: #666;
    text-shadow: white 0 1px 1px;
    font-weight: bold;
}
.pagination h4
{
    display: inline;
    vertical-align: middle;
    font-weight: normal;
    font-style: italic;
}
.pagination a,
.pagination strong  { vertical-align: middle; font-weight: bold; }
.pagination a       { text-decoration: none; padding: 0.5em 5px; }
.pagination strong  { font-size: 24px; color: #d19c9c; padding: 0 5px; }


/* Alphabetical navigation */

.alphabet
{
	margin: -1em -0.33em 0.5em;
	padding: 0;
	font-size: 1.5em;
	line-height: 3em;
	list-style: none;
	list-style-image: none;
	overflow: hidden;
}
.alphabet li  { display: inline; }
.alphabet a
{
	float: left;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	text-align: center;
	width: 24px;
	padding: 4px;
}
/* Zooming alphabet links! Wahey */
.alphabet a:hover	{ font-size: 2em; }


/* Notification messages */
.notification
{
    background-color: #feb;
    padding: 0.25em 0.5em;
    margin: 0.5em -0;
}


/* Tooltips */

.tooltip
{
    background: url("../img/tooltip_triangle.png") 50% 4px no-repeat;
    padding-top: 15px;
    position: absolute;
    z-index: 10;
    width: 400px;
    display: none;
}
.tooltip>div
{
    padding: 10px 20px;
    background-color: #feb;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px;
}

.tooltip h3
{
    text-align: center;
    margin-top: 0;
}

/* Registration page */

#customer-details table {
    width: 100% !important;
}
#registration-form {
    padding: 0px;
    margin-right: -1em;
}
#registration-form > table > tbody > tr > td {
    padding: 10px 20px;
}
#kantis-arrow-wrapper {
    position: relative;
}
#kantis-arrow {
    position: absolute;
    top: -20px;
    right: -28px;
    float: right;
    width: 0;
    height: 0;
    border-bottom: 30px solid transparent;  /* left arrow slant */
    border-top: 30px solid transparent; /* right arrow slant */
    border-right: 30px solid rgb(152, 12, 14); /* bottom, add background color here */
    font-size: 0px;
    line-height: 0;
}
.regular_big_text {
    width: 45%;
    background: rgb(152, 12, 14);
    color: white;
    font-size: 110%;
    position: relative;
}
.regular_big_text input {
    float: right;
    margin: 15px;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

@media screen and (max-width: 576px) {
    #kantis-arrow {
        display: none;
    }
    .regular_big_text {
        display: none;
    }
}
