table {
	width: 100%;
}

table th {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	border-bottom: 1px solid #bebebe;
	padding: 5px 5px;
	text-align: left;
}

td {
	padding: 5px 5px;
	vertical-align: top;
}

td .buttons {
	margin: 10px 15px 0 0;
	text-align: right;
}

td .buttons .btn {
	font-weight: bold;
}

td > span {
	color: #666;
	margin: 0;
	display: block;
}

td h4 {
	margin: 7px 0 0 0;
	font-size: 16px;
}

td h4 a, td h4 a:hover {
	color: #333;
	text-decoration: none;
}

td h5 {
	font-size: 13px;
	margin: 7px 0 0 0;
}

tr.odd td, tr:nth-child(odd) td {
	background: #fbfbfb;
}

.promo {
	text-align: center;
	padding: 5px;
}


.basic-element-list td h4 {
	font-size: 14px;
}
.basic-element-list td h4, .basic-element-list td h5 {
	margin: 0;
}
.basic-element-list td.v-top {
	vertical-align: top;
}
.basic-element-list td {
	padding: 5px;
	vertical-align: middle;
	height: 100%;
}
.basic-element-list.top-aligned td {
	vertical-align: top;
}
.basic-element-list td:first-child, .basic-element-list td:last-child {
	padding: 5px 15px;
}
.basic-element-list th:first-child {
	padding-left: 15px;
}
.basic-element-list td div.buttons {
	margin: 5px 0;
}
.basic-element-list td div.buttons a:first-child {
	margin-left: 0;
}

.basic-element-list td div.buttons a {
	margin-left: 5px;
}
/*.document-row td .search:hover, .document-row td .preview:hover {
	background-color: #e2e2e2;
}*/

