.table-striped tbody tr:nth-child(odd) td {
  background-color: green;
}

.table-striped tbody tr.highlight td {
    background-color: red;
}
 td{
		 	    background-image:url(uzgodfwa3.png)	;
    			 background-repeat:no-repeat;
    			 background-size: cover;
    			 width: 100%;
    			 height: 100&;

}

body {
    font-family: 'Open Sans', sans-serif;
}


.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
	background:-o-linear-gradient(top, #000000 5%, #000000 100%);
	background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
	background-color:#000000;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:22px;
	border:1px solid #0d2b10;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size:12px;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
	background:-o-linear-gradient(top, #000000 5%, #000000 100%);
	background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
	background-color:#000000;
}
.myButton:active {
	position:relative;
	top:1px;
}


#topnavbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f47735;
    margin-bottom: 10px;

}

#topnavbarli {
    float: left;

}

#topnavbarli a {
    display: block;
    color:#000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
   /* font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
}


/* Change the link color on hover */
#topnavbarli a:hover {
    background-color: #555;
    color: white;
}
#topnavbarli li:last-child { float:right; }



#filtering
{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(244, 119, 53);
  margin:auto;
  width:370px;
  padding:5px;
  margin-bottom: 10px;

}
.bottomdiff
{
  margin-bottom:5px;

}
#leftdiv{
	position: relative;
}


thead {
    background-color:#f47735;
    color:#000;
    font-weight: bold;
    cursor: default;
   /* font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
}
