/* Quacky CSS */
@import url("component.css");

.space {
	display:block;
}
.hspace {
	display:inline-block;
}

/* Zebra Table Class */
table.zebra {
    width: 100%;
}
table.zebra th {
    font-size: inherit !important;
    font-weight: normal;
    text-align: left;
}
table.zebra th, table.zebra td {
    padding: 5px;
}
table.zebra tbody, table.zebra tfoot {
    font-size: inherit !important;
}
table.zebra .bold {
    font-weight: bold;
}
table.zebra .center {
    text-align: center;
}
table.zebra td * {
    vertical-align: middle;
}
table.zebra tfoot {
    font-style: italic;
}
table.zebra caption {
    font-size: 11px;
    font-style: italic;
    text-align: left;
}
.even {background: none !important; border-bottom: none;}
.odd {border-bottom: none;}

i.duck-icon {
	background-image: url('/dd.png');
}

@font-face {
	font-family: 'duckdiver';
	src:url('fonts/duckdiver.eot?-uqvj8b');
	src:url('fonts/duckdiver.eot?#iefix-uqvj8b') format('embedded-opentype'),
		url('fonts/duckdiver.woff?-uqvj8b') format('woff'),
		url('fonts/duckdiver.ttf?-uqvj8b') format('truetype'),
		url('fonts/duckdiver.svg?-uqvj8b#duckdiver') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="dd-"], [class*=" dd-"] {
	font-family: 'duckdiver';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dd-sharkicon:before {
	content: "\e601";
}

.dd-envelope:before {
	content: "\e600";
}

.dd-doubles:before {
	content: "\e700";
}

.dd-diveflag:before {
	content: "\e701";
}

.dd-tank:before {
	content: "\e702";
}

.dd-helmet:before {
	content: "\e703";
}

.dd-diver:before {
	content: "\e704";
}

.dd-duck-icon:before {
	content: "\e705";
}
.dd-line-arrow:before {
	content: "\e602";
}
i.dd-duck-icon {
	font-size: 24px;
	padding-right: 5px;
}
a.duck {
  text-decoration: none;
}

[class^="mce-i-dd"], [class*=" mce-i-dd"]{
	font-family: 'duckdiver' !important;
	speak: none;
	font-size: 23px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mce-i-dd-duck-icon:before {
	content: "\e705";
	}
.help {
	font-size: .4em;
	font-style: italic;
}