/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.uk-parent > a {
    pointer-events: none;
    cursor: pointer;
}

.positivetr {
	background-color: #e5f9e7;
	color: #1ebc30;
}

.negativetr {
	background-color: #ffe8e6;
	color: #db2828;
}

.warningtr {
	background-color: #fff8db;
	color: #b58105;
}

.tealtr {
	background-color: #e1f7f7;
	color: #10a3a3;
}

.orangetr {
	background-color: #ffedde;
	color: #f2711c;
}
