body {
  background-color: lightblue;
}
.btn{
  -moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size12px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
h1 {
  color: white;
  text-align: center;
}

h2 {
  color: Black;
  text-align: center;
}
h3 {
  color: Black;
  text-align: center;
}
p {
  font-family: verdana;
  font-size: 20px;
}
ul.navbar-items li{
 display:inline;
}
ul.navbar-items
{
  border:3px solid #ccc;
    border-width:3px 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  text-align:center;
}
ul.navbar-items li a {
  display: inline-block;
  color: white;
  padding: 16px;
  text-decoration: none;
}
ul.navbar-items li.select a {
  background-color: #444444;
  display: inline-block;
  color: red;
  padding: 16px;
  text-decoration: none;
}
ul.navbar-items li a:hover {
  background-color: #444444;
}
.body-info{
background-color: #FAFAFA;
padding: 16px;
margin: 0px 16px 0px 16px;
border:13px solid #ccc;
    border-width:3px 0;

}
.payed{
background-color: #D2fbd6;
  text-align: center;
  text-decoration: none;
}
.not-payed{
background-color: #Fbd4d2;
  text-align: center;
  text-decoration: none;
}
.info{
background-color:#FAFAFA;
display: none;
margin-bottom: 16px;
}

table { 
width:100%;
border-collapse: collapse; 
}
table.data tr{
border-bottom: 1px solid black;
}
table.event { 
width:90%;
border-collapse: collapse;  
margin: auto;
}



#footer { 
padding: 20px ;
bottom: 0; 
width: 90%; 
background-color: #333333;
  text-align:center;
color: white;
}

.eventRow{
background-color: #ADD8E6;
padding: 16px;
margin: 0px 16px 0px 16px;
border:13px solid #1d8db5;
border-width:3px 0;
}
#PaperTable{
  width: 30%;
}
#mobile-menu{
  display: none;
}
#myLinks{
  display: block;
}
#PaperTable tr {
  border-bottom: 1pt solid black;
}
#br{
  display: none;
}
@media screen and (max-width: 540px) {
  #br{
    display: block;
  }
  #line{
    display: none;
  }
  #mobile-menu{
    display: block;
  }
  #myLinks{
    display: none;
  }
  #mobile-menu a.icon {
    color: white;
      background: #333333;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      padding: 10px;
    }
  #PaperTable {
      width: 100%;
  }
ul.navbar-items li{
 display:inline;
}
ul.navbar-items
{
  border:3px solid #ccc;
    border-width:3px 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  text-align:center;
}
ul.navbar-items li a {
  display: block;
  color: white;
  padding: 10px;
  text-decoration: none;
}
ul.navbar-items li.select a {
  background-color: #444444;
  display: block;
  color: red;
  padding: 10px;
  text-decoration: none;
}
ul.navbar-items li a:hover {
  background-color: #333333;
}
}






