body {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	font-family: "Hoefler Text", Constantia, Palatino, Georgia, serif;
	line-height: 1.4em;
	
	padding-bottom: 4em;
}

@media (min-width: 720px) {
	body {
		padding: 0;
		width: 50%;
		
		padding-bottom: 4em;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

@media ( min-width: 720px ) {
	.xmd-table-from-720 {
		display: table;
	}
	.xmd-tr-from-720 {
		display: table-row;
	}
	.xmd-td-from-720 {
		display: table-cell;
	}
	.xmd-hide-from-720 {
		display: none!important;
	}
}
@media ( max-width: 719px ) {
	.xmd-hide-to-719 {
		display: none!important;
	}
}

.table {
	width: 100%;
	table-layout: fixed;
}

.tbody .tr {
	cursor: move;
}

.tbody .tr:hover {
	background: rgba(0,0,0,0.15);
}

.thead {
	display: table-header-group;
}

.tbody {
	display: table-row-group;
}

.td,
.th {
	padding: 0.2em 0.4em;
}


.th {
	text-align: left;
	border-bottom: 1px solid black;
}
