body {
		background-image:url("poza.png");
		background-size:cover;  
		background-repeat:no-repeat;
	}
	

	
	.table_cdr_I {
    font-size: 12px;
    font-family: 'Times New Roman';
    background-color: #74AFAD;
    align: center;
}

#title1 {
    margin-top: 15px;
    font-size: 17px;
    text-align: center;
    margin-right: 5%;
}

#title2 {
    font-size: 14px;
    line-height: 0%;
    text-align: center;
    margin-right: 3%;
}

ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #E0EEEE;
}

li {
		float: left;
}

li a {
		display: block;
        font-size: 16px;
		color: black;
		text-align: center;
		padding: 12px 16px;
		text-decoration: none;
}

li a:hover {
		background-color: lightblue;
}

img {
    opacity: 0.6;
}

input[type="text"] {
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #74AFAD;
    outline: 0;
}
input[type="password"] {
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #74AFAD;
    outline: 0;
}

input[type="number"] {
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #74AFAD;
    outline: 0;
}

#table_example{
    font-weight: 800;
    text-align: center;
    margin-top: 1%;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: lightblue;
}

#div_note {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 1%;
}

.table_note {
    border: 1;
    border-collapse: collapse;
    border-style: solid;
    border-color: #74AFAD;
    border-width: 2px;
    text-align: center;
    font-size: 14px;
}

#table_note_header2 {
    font-size: 12px;
}

.table_note td {
    background-color: lightblue;
}

#note_tr {
    border-top: 2px;
}

.table_note td:hover {
    background-color: white;
}

    table td:hover{
        background-color: lightblue;
    }
        input[type="text"] {
        background-color: transparent;  
        border-style: solid;  
        border-width: 0px 0px 1px 0px;  
        border-color: black; 
        outline:0; }
		input[type="password"] {
        background-color: transparent;  
        border-style: solid;  
        border-width: 0px 0px 1px 0px;  
        border-color: black; 
        outline:0;}
  
