
element.style {
	text-align: center;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.tablepress.toptable td, .tablepress.toptable tr {
	text-align: center;
	vertical-align: middle;
	border-right: 1px #d8dadb solid;
	border-bottom: 1px #d8dadb solid;
}

tablepress-responsive * {
	word-break: normal;
}

a.shortc-button.medium {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
}

a.shortc-button.orange {
	background: #e67e22;
}

a.shortc-button {
	border: none;
	cursor: pointer;
	padding: 0 10px;
	display: inline-block;
	margin: 10px 0 0;
	font-weight: 700;
	outline: none;
	position: relative;
	background: #bdc3c7;
	color: #fff !important;
	text-decoration: none;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	opacity: .9;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
