.roklenWidget {
	width: 100%;
}

.roklenWidgetWrap {
	width: 100%;
	max-width: 380px;
	padding: 30px;
	color: #ffffff;
	background-color: #c82b8c;
}

.roklenWidgetLabel {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

.roklenWidgetLabel a {
	text-decoration: none;
	color: #ffffff;
}

.roklenWidgetLabel a:hover {
	text-decoration: underline;
}

.roklenWidgetTable {
	width: 100%;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	align-items: center;
}

.roklenWidgetTableDate {
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
}

.roklenWidgetTableLabel {
	padding: 5px 10px;
	text-align: center;
}

.roklenWidgetTablePairs {
	color: #8c3431;
	background-color: #fff;
	font-size: 16px;
}

.roklenWidgetTablePairs img {
	height: 34px;
	margin: 0 auto 0 4px;
}

.roklenWidgetTableBuy,
.roklenWidgetTableSell {
	background-color: #fff;
	color: #000000;
	
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.roklenWidgetTableLink {
	text-align: center;
	border-color: #fff;
	border-style: solid;
	border-width: 2px;
	background-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;

}

.roklenWidgetTableLink a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.roklenWidgetTableLink a:hover {
	background-color: #ffffff;
	color: #8c3431;
	text-decoration: none;
	display: block;
}