#reader {
    width: 600px;
    
}
.hidden {

    display: none;
}

.big-bold {

    font-size: 28px;
    font-weight: bold;
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}


.styled-table {
    font-family: Courier;
    font: normal 12px sans-serif;
    border-collapse: collapse;
    width: 100%;
}
    
.styled-table td, .styled-table th {
    border: 1px solid #ddd;
    padding: 3px;
}
    
.styled-table tr:nth-child(even){background-color: #f2f2f2;}
    
.styled-table tr:hover {

    background-color: #ddd;
    cursor: pointer;
}
    
.styled-table th {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    background-color: #51ADA6;
    color: white;
}

.errorEntry {

    color: #ff0000;
    font: bold 12px sans-serif !important;
}
.okEntry {

    color: #00ff00;
    font: bold 12px sans-serif !important;
}


@media(max-width: 600px) {
	#reader {
		width: 300px;
	}
}
.empty {
    display: block;
    width: 100%;
    height: 20px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
#scanapp_ad {
    display: none;
}

.pretrazi_icon {
    width: 100px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.zoom_slider {

    display: inline-block;
}

@media(max-width: 1500px) {
	#scanapp_ad {
		display: block;
	}
}