body{
  background: rgb(255,255,255);
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
}

table, th, td {
    border: 1px solid black;
}



a,
a:focus{
  text-decoration: none;
  color : #300;
}
a:hover{text-decoration: underline;}



/** START open menu style **/
nav {
  position: fixed;
  top: 5px;
  right: 5px;
  text-align: right;
  z-index:10;
}

#menu {
  display: none;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  text-align: left;
}
nav li {
  background: rgba(209, 241, 161);
  padding: 10px;
  margin: 0px;
  font-size: 15px;
  border: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  width:200px;
}
nav li:hover {
  background: rgba(109, 141, 61);
  padding: 10px;
  margin: 0px;
}
nav li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
nav li a:hover {
  color: rgb(255, 255, 255);
}
/** END open menu style **/



/** START LOGIN BOX **/
.logbox input{
  border:0;
  background: none;
  margin: 0px auto;
  text-align: center;
  border: 2px solid #3498db;
  padding: 7px;
  width:100px;
  outline: none;
  color: black;
  border-radius: 18px;
  transition: 0.25s;
  font-size: 15px;
}

.logbox input:focus{
  width:170px;
  border-color: #2ecc71;
}

.logbox input:hover{
  border-color: #2ecc71;
}

.logbox button{
  border:0;
  background: none;
  margin: 0px auto;
  text-align: center;
  border: 2px solid #2ecc71;
  padding: 7px;
  width:100px;
  outline: none;
  color: black;
  border-radius: 18px;
  transition: 0.25s;
  font-size: 15px;
}

.logbox button:hover{
  background-color: #2ecc71;
  width:140px;
}
/** END login box **/



/** START Calender divs **/
#container {
  position: absolute;
  top: 50px;
  margin: 0;
  width:95%;
}

.child {
  float: left;
  border: 1px solid black;
  background-color: rgb(220, 220, 220);
  margin: 7px;
  padding: 2px;
  width: 20%;
  box-shadow: 3px 3px 4px silver;
}

.child hr {
  border: 1px solid black;
}
.child li{
  list-style-type: none;
  border-top: 1px solid black;
}
/** END Calender divs **/



/** START Select Public grop **/
.GroPub{
  position: fixed;
  top:8px;    /* mobile top:8px; */
  left:440px; /* mobile left:440px; */
}

select {
  border:0;
  background: none;
  margin: 0px auto;
  text-align: center;
  border: 2px solid #3498db;
  padding: 7px;
  outline: none;
  color: black;
  border-radius: 8px;
  transition: 0.25s;
  font-size: 15px;
}
select:hover {
  border-color: #2ecc71;
}
select:focus {
    background-color: rgba(46,204,113) 50%;
}
option{

}
/** END Select Public grop **/
