* {
	transition: background-color 300ms ease, color 300ms ease;
}

*:focus {
	background-color: rgba(221, 72, 20, .2);
	outline: none;
}

::selection {
	background-color: #e13300;
	color: white;
}

::-moz-selection {
	background-color: #e13300;
	color: white;
}

html, body {
	color: rgba(33, 37, 41, 1);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
		Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-size: 16px;
	line-height: 22px;
	padding: 0;
}

body {
	width: 80%;
	margin: 0 auto;
}

section {
	background-color: rgba(30, 30, 30, .1);
	padding: 0px 20px 10px 20px;
	overflow: hidden;
}

header, footer {
	background-color: rgba(221, 72, 20, .8);
	padding: 20px 10px;
	overflow: hidden;
}

header {
	min-height: 80px;
	padding: 20px 10px 20px 100px;
}

header img {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 64px;
}

header a, header a:visited {
	padding: 10px;
	text-decoration: none;
	background-color: rgba(221, 72, 20, 1);
	color: rgba(33, 37, 41, 1);
	display: inline-block;
	margin-bottom: 5px;
}

header a:hover {
	background-color: rgba(221, 72, 20, .3);
}

body * {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a, a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #510707;
	font-weight: bold;
}

#container, .footer {
	background-color: #ffffff;
	margin: 0px auto;
	width: 960px;
	padding: 0px 10px;
	overflow: hidden;
}

#container, .footer {
	padding: 10px 10px;
}

/* prikaz na sednuvanje start */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.lokacija_holder {
	overflow: auto;
	display: inline-block;
	width: 49%;
	height: 400px;
}

.dolgaMasa {
	position: absolute;
	background-color: #FFFFFF;
	display: table-cell;
	padding: 18px;
	width: 50px;
	height: 220px;
	writing-mode: vertical-rl;
	text-align: center;
	vertical-align: middle;
}
.malaMasa {
	position: absolute;
	background-color: #FFFFFF;
	width: 50px;
	height: 110px;
	padding: 18px;
	writing-mode: vertical-rl;
	text-align: center;
}
.golemaMasa {
	position: absolute;
	background-color: #FFFFFF;
	border-radius: 50px;
	width: 120px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.stolce {
	position: absolute;
	background-color: #FFFFFF;
	border-radius: 20px;
	display: table-cell;
	line-height: 40px;
	font-size: 14px;
    width: 40px;
    height: 40px;
	text-align: center;
}
.tvoeStolce {
	position: absolute;
	background-color: #729fcf;
	border-radius: 20px;
	display: table-cell;
	line-height: 40px;
	font-size: 14px;
    width: 40px;
    height: 40px;
	text-align: center;
}
/* prikaz na sednuvanje end */

.android, .android:visited, .android:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}