body {
    padding-top: 90px;
    padding-bottom: 40px;
    /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif */
}
/*

h1, h2 {
	font-weight: lighter;
	color: rgb(85, 85, 85);
}

h3, h4, h5, h6 {
	font-weight: 200;
	color: rgb(85, 85, 85);
}
*/

#social-sharing {
	text-align: center;
}



#donation-slider-amount {
	font-size: 1.5em;
}

/* Hide spinner for input type=number */
/*
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
*/

/* !DataTables */
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	padding-right: 20px;
	cursor: pointer;
	*cursor: hand;
}
 
table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
 
table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }

div.dataTables_length label {
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: auto;
}
 
div.dataTables_filter label {
	float: right;
}
 
div.dataTables_info {
	padding-top: 8px;
}
 
div.dataTables_paginate {
	float: right;
	margin: 0;
}
 
table {
	margin-bottom: 6px !important;
	clear: both;
}