body{
	line-height:18px;
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e3e3e3;
}

.main_table {
	padding: 10px;
	background-image: url("../img/pozadina.jpg");
	background-size: cover;
	margin-bottom: 10px;
}

#heading {
	border-bottom: 2px solid white;
	text-align: center;
}

#photo {
	width: 300px;
	height: auto;
	border: 2px solid black;
}

.photo_and_text {
	text-align: center;
}
	
.under_photo{
	float:left;
	width:100%;
	font-size:20px;
	color:#000;
}

.text{
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin:10px 0px 20px 0px;
}

.under_photo p{
	color:#000;
	font-size:14px;
}

#youtube-video {
	width:100%;
	height: 100%;
}

#barcode{
	position:absolute;
	top:80px;
	width:150px;
	height:150px;
}

#attachments{
	position:absolute;
	right: 0px;
	top:80px;
	width:200px;
	height:150px;
	text-align: center;
}

#prilog {
	cursor: pointer; 
	cursor: hand;
}

#audio_btns {
	cursor: pointer; 
	cursor: hand;
}

#vjera{
	text-align: left;
	padding:10px;
}

.button{
	background-color:#000;
	background: linear-gradient(to bottom, #000 0%, #000 94%) repeat scroll 0% 0% transparent;
	border: 1px solid #000;
	box-shadow: 0px 1px 0px #000 inset;
	text-shadow: 0px -1px 0px #000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#ffffff;
	height:30px;
	line-height:30px;
	font-size:18px;
	padding:0px 10px;
	text-decoration:none;
	cursor:pointer;
	margin-top:5px;
	text-align:center;
}

.box{
	display: inline-block;
	position:  relative;
	width: 100%;
	float: left;
}

.box:before{
	content: "";
	display: block;
	padding-top: 100%; /* initial ratio of 1:1*/
}

.ratio4_3:before{
	padding-top: 75%;
}

.content{
	/* Positioning */
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	text-align: center;
	vertical-align: center;
	text-transform: uppercase;
	color: #fff;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#footer {
	font-size: 20px;
}