/* CSS Document */

img {
display: inline-block; }

	img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}

	
.tablist-left {
    width: 25%;
    display: inline-block;
}
.tablist-content {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}


/*neki menu*/

button1 {
  color: white;
  padding: 1em;
  border: 0;
  cursor: pointer;
  background: red;
}

button1.active {
  background: green;
}
/*responsive menu*/
    /* styles for desktop */
    .tinynav { display: none }
    #nav .selected a, #nav2 .selected a { color: red }
	.slike_margina { margin: -165px 0 0 0; }
	
    /* styles for mobile */
    @media screen and (max-width: 320px) {
      .tinynav { display: block }
      #nav, #nav2 { display: none }
/*	.slike_margina { margin: 0 0 0 0; }	   */

    }
	
	
/*tabele stanovi */

.movie-list thead th,
.movie-list tbody tr:last-child {
    border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.movie-list tbody th,
.movie-list tbody td {
    border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.movie-list tbody tr:last-child th,
.movie-list tbody tr:last-child td {
    border-bottom: 0;
}
.movie-list tbody tr:nth-child(odd) td,
.movie-list tbody tr:nth-child(odd) th {
    background-color: #eeeeee; /* non-RGBA fallback  */
    background-color: rgba(0,0,0,.04);
}

 @media (min-width:1px) and (max-width:800px) {

            #tabela {
                float:right;
            }
       .slike_margina { margin: 0 0 0 0; }	  

            }
