.decorated_table{
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 25px;

	display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.decorated_table th,td {
  padding: 5px 10px;
}

.decorated_table tr:nth-child(2n+0) {
	background-color: #f2f2f2;
}

.decorated_table a {
	padding: 0 5px;
}

.notification {
	width: 100%;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;

	margin-top: 10px;
	margin-bottom: 10px;

	font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.notification.red {
	background-color: red;
	color: white;
}

.notification.green {
	background-color: green;
	color: white;
}

.kat-filter::after {
    content: '/';
    color: #c3c3c3;
    margin-left: 20px;
    margin-right: 20px;
}

.kat-filter {
    color: black !important;
}

.kat-filter:hover {
    color: #f17e39 !important;
}

.kat-filter.selected {
    color: #f17e39 !important;
}

.button.accent-color {
	color: white;
    background-color: #f17e39;

    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.button.accent-color:hover {
	color: white;
    background-color: grey;
}

.more{
    display: none;
}