.divider {
	margin-top: 40px;
	}


@media (max-width: 639px) {
    .divider {
	    margin-top: 35px;
	}

}


@media (max-width: 559px) {
    .divider {
	    margin-top: 30px;
	}

}


@media (max-width: 479px) {
    .divider {
	    margin-top: 25px;
	}

}

@media (max-width: 399px) {
    .divider {
	    margin-top: 20px;
	}

}

.button {
	/* appearance */
	background-color: #0E2B4A;
	background-image: -moz-linear-gradient( top, rgba(255,255,255,0.0) 0, rgba(255,255,255,0.1) 50%);
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(100%,rgba(255,255,255,0.0)), color-stop(50%,rgba(255,255,255,0.1)));
	border: 1px solid #000000;
	/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;*/
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 0 #8b8b8b inset, 0 1px 0 #585858;
	-webkit-box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	-moz-box-shadow: 0 1px 0 #8b8b8b inset, 0 1px 0 #585858;
	-moz-box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	-ms-box-shadow: 0 1px 0 #8b8b8b inset, 0 1px 0 #585858;
	-ms-box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	box-shadow: 0 1px 0 #8b8b8b inset, 0 1px 0 #585858;
	box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	cursor: pointer;
	/* position */
	display: inline-block;
	/*margin: 10px;*/
	margin: 0.7em;
	/* size */
	/*padding: 0 10px;*/
	padding: 0 0.7em;
	/* text */
	color: #C1C1C1;
	/*font-size: 12px;*/
	font-size: 0.8em;
	/*line-height: 30px;*/
    line-height: 1.5em;
	text-decoration: none;
	white-space: nowrap;
}

/*

@media (max-width: 639px) {
    .button {
        -ms-border-radius: 4.375px;
        border-radius: 4.375px;
        margin: 8.75px;
        padding: 0 8.75px;
	    font-size: 10.5px;
	    line-height: 26.25px;
    }
}


@media (max-width: 559px) {
    .button {
        -ms-border-radius: 3.75px;
        border-radius: 3.75px;
        margin: 7.5px;
        padding: 0 7.5px;
	    font-size: 9px;
	    line-height: 22.5px;
    }
}


@media (max-width: 479px) {
    .button {
        -ms-border-radius: 3.125px;
        border-radius: 3.125px;
        margin: 6.25px;
        padding: 0 6.25px;
	    font-size: 7.5px;
	    line-height: 18.75px;
    }

}

@media (max-width: 399px) {
    .button {
        -ms-border-radius: 2.5px;
        border-radius: 2.5px;
        margin: 5px;
        padding: 0 5px;
	    font-size: 6px;
	    line-height: 15px;
    }

}*/

.button:hover {
	/* appearance */
	background-color: #6495ed;
	-webkit-box-shadow: 0 0 3px #6495ed;
	-moz-box-shadow: 0 0 3px #6495ed;
	box-shadow: 0 0 3px #6495ed;
	}



.fancyTable td, .fancyTable th {
	/* appearance */
	border: 1px solid #0E2B4A;
	
	/* size */
	/*padding: 5px;*/
    padding: 0.5em 0.25em;

    white-space: nowrap;
	}

/*@media (max-width: 639px) {
    .fancyTable td, .fancyTable th {
	    padding: 4.375px;
	    }
}


@media (max-width: 559px) {
    .fancyTable td, .fancyTable th {
	    padding: 3.75px;
	    }
}


@media (max-width: 479px) {
    .fancyTable td, .fancyTable th {
	    padding: 3.125px;
	    }
}

@media (max-width: 399px) {
    .fancyTable td, .fancyTable th {
	    padding: 2.5px;
	    }
}*/


.fancyTable {
	/* text */
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 100%;
	}

.fancyTable tbody tr td {
	/* appearance */
	background-color: #EFF2F4;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.4) 0,
		rgba(255,255,255,0.2) 50%,
		rgba(255,255,255,0.1) 51%,
		rgba(255,255,255,0.0) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0,rgba(255,255,255,0.4)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(100%,rgba(255,255,255,0.0)));
		
	/* text */
	color: #0A1D34;
	/*font-size: 11px;*/
    font-size: 0.7em;
    
	}
/*
@media (max-width: 639px) {
    .fancyTable tbody tr td {
	    font-size: 9.625px;
	    }

}


@media (max-width: 559px) {
    .fancyTable tbody tr td {
	    font-size: 8.25px;
	    }
}


@media (max-width: 479px) {
    .fancyTable tbody tr td {
	    font-size: 6.875px;
	    }
}

@media (max-width: 399px) {
    .fancyTable tbody tr td {
	    font-size: 5.5px;
	    }
}
*/

.fancyTable tbody tr.odd td {
	/* appearance */
	/*background-color: #129FDD;*/
    background-color: #C1C1C1;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.4) 0,
		rgba(255,255,255,0.2) 50%,
		rgba(255,255,255,0.1) 51%,
		rgba(255,255,255,0.0) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0,rgba(255,255,255,0.4)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(100%,rgba(255,255,255,0.0)));
	}

.fancyTable thead tr th,
.fancyTable thead tr td,
.fancyTable tfoot tr th, 
.fancyTable tfoot tr td {
	/* appearance */
	/*background-color: #275381;*/
    background-color: #0E2B4A;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.4) 0,
		rgba(255,255,255,0.2) 50%,
		rgba(255,255,255,0.1) 51%,
		rgba(255,255,255,0.0) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0,rgba(255,255,255,0.4)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(100%,rgba(255,255,255,0.0)));
		
	/* text */
	color: #C1C1C1;
	/*font-size: 12px;*/
    font-size: 0.8em;
	font-weight: bold;
	/*text-shadow: 0 1px 1px #EFF2F4;*/
	}
	

/*
@media (max-width: 639px) {
    .fancyTable thead tr th,
    .fancyTable thead tr td,
    .fancyTable tfoot tr th, 
    .fancyTable tfoot tr td {
	font-size: 10.5px;

	}
	

}


@media (max-width: 559px) {
    .fancyTable thead tr th,
    .fancyTable thead tr td,
    .fancyTable tfoot tr th, 
    .fancyTable tfoot tr td {
	font-size: 9px;

	}
}


@media (max-width: 479px) {
    .fancyTable thead tr th,
    .fancyTable thead tr td,
    .fancyTable tfoot tr th, 
    .fancyTable tfoot tr td {
	font-size: 7.5px;

	}
}

@media (max-width: 399px) {
    .fancyTable thead tr th,
    .fancyTable thead tr td,
    .fancyTable tfoot tr th, 
    .fancyTable tfoot tr td {
	font-size: 6px;

	}
}

*/