body {
	max-width: 650px;
	margin: 0 auto;
}
.mr30 {
	margin-right: 30px;
}
.text-right {
	text-align: right !important;
}
.size-10 { font-size: 10px; }
.size-12 { font-size: 12px; }
.size-13 { font-size: 13px; }
.size-14 { font-size: 14px; }
.size-15 { font-size: 15px; }
.size-16 { font-size: 16px; }
.size-17 { font-size: 17px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px!important; }
.size-32 { font-size: 32px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-64 { font-size: 64px; }
.size-96 { font-size: 96px; }

.content-block-title.super {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 24px !important;
	line-height: 1;
	margin: 16px 16px 0 16px;
	padding-top: 16px;
	line-height: 16px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.54);
	height: 40px;
}

#map-canvas {
	height: 200px;
	width: 100%;
}

.trash1 {
	text-decoration: line-through;
}

.ls5 {
	letter-spacing: 5px;
}
blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.text-center {
	text-align: center !important;
}
.caps {
	text-transform: uppercase;
}
.useramount { /* het anti spamveld */
	display: none;
}
.form_response {
	padding: 10px;
}
.form_response.error {
	background-color: #EB5467;
}
.form_response.warning {
	background-color: #FCF8E3;
}
.form_response.info {
	background-color: #D9EDF7;
}
.form_response.success {
	background-color: #DFF0D8;
}
.popover-cart {
	 width: 240px;
	 max-height: 450px;
	 overflow: auto; -webkit-overflow-scrolling: touch;
 }
 .inline {
	 display: inline-block;
 }
 .round {
	 border-radius: 50%;
 }
 .bold {
	 font-weight: 700;
 }
 .light {
	 font-weight: 100;
 }
 
.bg-trans {
	background: transparent !important;
}
.newdot {
	position: absolute;
	top: 10px;
	left: 5px; 
}
.ghost {
	border-color: white !important;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25);
}

.popupmelding {
	background: rgba(255,255,255,0.8);
	color: black;
	padding: 20px;
	font-size: 18px;
	text-align: center;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.dot.tijd {
	width: 120px;
	height: 80px;
	margin: 20px;
	padding-top: 40px;
	text-align: center;
	display: inline-block;
}
.dot.tijd.diap {
	border-color: white !important;
	box-shadow: none;
	color: white;
	font-size: 16px;
	font-weight: 100;
	border: 1px none white;
	background-color: rgba(255,255,255,0.3);
}

.dot.status {
	width: 120px;
	height: 100px;
	margin: 20px;
	padding-top: 20px;
	text-align: center;
	display: inline-block;
}
.bigdot {
	width: 20px;
	height: 20px;
}
.border {
	border: 1px solid black;
}
.hidden {
	display: none !important;
}
.bestelknop {
	height: 37px;
}
.aantalbesteld {
	width: 40px !important;
	font-size: 24px;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.absolute.top {
	top: 20px;
}
.absolute.right {
	right: 30px;
}
.hidden {
	display: none;
}

.circle {
	border-radius: 100%;
}

img.circle {
	width: 100%;
	height: auto;
	border-radius: 100%;
}

.todo_done {
	text-decoration: line-through;
	color: silver !important;
	font-style: italic;
}
.cancelled {
	text-decoration: line-through;
	font-style: italic;
}

.small {
	min-width: 10px !important;
}

.ks-color-theme.small {
  height: 20px;
  cursor: pointer;
}

.floatright {
	float:right;
}
.fs12 {
	font-size: 12px !important;
}
.fs18 {
	font-size: 18px !important;
}
.fs20 {
	font-size: 20px !important;
}
.fs30 {
	font-size: 30px !important;
}
.lh12 {
	line-height: 28px;
}
.lh30 {
	line-height: 30px;
}
.p20 {
	padding: 20px;
}
.p40 {
	padding: 40px;
}
.m0 {
	margin: 0;
}
.ml20 {
	margin-left: 20px !important;
}
.pl10 {
	padding-left: 10px;
}
.pr5 {
	padding-right: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt50 {
	padding-top: 50px;
}
.pt100 {
	padding-top: 100px;
}