/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-headerbar {margin: 0}
.tm-toolbar {margin: 5px}
.uk-table-striped tbody tr:nth-of-type(odd) { background: rgba(104,159,198,.2); }
.uk-table th, .uk-table td { border-bottom: 1px solid #eee; }

@media only screen and (max-width: 40em) 

	{ 
		.responsive tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: normal;
		}

	@media only screen and (max-width: 40em){
.responsive tbody {
    display: block;
}}