2

table  {
    border-collapse: collapse;   
}

body  {
   background-color:#111AEB;
}
.styled-select {
   width: 120px;
   height: 34px;
   overflow: hidden;
   border: 1px solid #ccc;
   }
tr {
    background-color: #eee;
    border-top: 1px solid #fff;
}


#opis {
	align:center; 
	width:95%; 
	font-size: pt; 
	font-family:;
	margin-bottom:0px;
	margin-top:0px"
}

#opisane {
    background-color: #aaa;
    border-top: 1px solid #fff;
}
#nieopisane {
    background-color: #eee;
    border-top: 1px solid #fff;
}
#niedoopisu {
    background-color: #BF4040;
    border-top: 1px solid #fff;
}

#nieobecny {
    background-color: #B5B5B5;
    border-top: 1px solid #fff;
}
#obecny {
    background-color: #D3D3D3;
    border-top: 1px solid #fff;
}
#zrezygnowal {
    background-color: #F46969;
    border-top: 1px solid #fff;
}
#wykonany {
    background-color: #b7fca6;
    border-top: 1px solid #fff;
}


 tr:hover {
    background-color: #ccc;
}
 th {
    background-color: #ddd;
}
 th, td {
    padding: 3px 5px;
}
.red {
	font-weight:bold;
	color:#FF0000;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip2 {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip2 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip2 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip2:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

 td:hover {
    cursor: pointer;
}

input.saveandclosebutton {
 background-color: #4CAF50; 
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
   border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}

input.cancelbutton {
 background-color: #BF4040;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
   border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}



input.MenuButton {
width: 180px;
padding: 10px;
font-weight: normal;
font-size: 100%;
background: #3311CC;
color: #FFFFFF;
cursor: pointer;
border: 1px solid #999999;
border-radius: 10px;
-webkit-box-shadow: 6px 6px 5px #999999;
-moz-box-shadow: 6px 6px 5px #999999;
box-shaddow: 6px 6px 5px; #999999;
}

input.JustButton {
width: 100px;
padding: 10px;
 float:right;
 position:absolute;
   top:0;
   right:0;
font-weight: normal;
font-size: 100%;
background: #3311CC;
color: #FFFFFF;
cursor: pointer;
border: 1px solid #999999;
border-radius: 10px;
-webkit-box-shadow: 6px 6px 5px #999999;
-moz-box-shadow: 6px 6px 5px #999999;
box-shaddow: 6px 6px 5px; #999999;
}

input.MenuButton:hover {
color: #DDFF00;
background: #33161;
border: 1px solid #A3A3A3;
-webkit-box-shadow: 2px 2px 5px #666666;
-moz-box-shadow: 2px 2px 5px #666666;
box-shaddow: 2px 2px 5px; #666666;
} 

input.JustButton:hover {
color: #DDFF00;
background: #33161;
border: 1px solid #A3A3A3;
-webkit-box-shadow: 2px 2px 5px #666666;
-moz-box-shadow: 2px 2px 5px #666666;
box-shaddow: 2px 2px 5px; #666666;
} 






.scrollit {
    overflow:scroll;
    height:500px;
}

a:link {
    color: black;
}
a:visited {
    color: black;
}
a:hover {
    color: darkgray;
}
a:active {
    color: blue;
}
