* { padding: 0; margin: 0; } 
body { background: #F5F5F5 url(../img/background.png); font-family: 'Roboto Condensed', sans-serif; font-size: .90em; padding: 0; margin: 0; font-family: 'Gotham Bold', sans-serif;}
img { border: none;}
a { rgb(0, 0, 102); text-decoration: none;}
a:hover { rgb(0, 0, 102); text-decoration: none;}
li { color: rgb(0, 0, 102); margin-bottom: 12px; }
.lista {
  padding-left: 25px;
}
#wrap { margin: 0 auto; width: 950px; background: #fff; }
#header { height: 175px; background: #7AB0D8; margin: 0 0 10px 0;}
#header a { color: #fff; text-decoration: none;}
#header h1 {color: #fff; font-size: 2em; padding: 20px 0 0 20px; font-weight: 100;}
#header h2 {color: #eee; font-size: 1em; padding: 0 0 0 20px; font-weight: 60;}
#headerlinks {float: right; padding: 20px 20px 0 0;}
#headerlinks a {color:#000000; padding: 0 10px;}
#headerlinks a:hover {color:#000000;}
#sidebar { width: 210px; float: right; background: #FFF; color: #666; margin-right: 20px; } 
#sidebar .box { margin-bottom: 10px; padding: 10px 3px; color: #666; }
#sidebar h2 { font-size: 1.2em; font-weight: 100; padding: 3px; }
#content { margin-left: 20px; margin-right: 250px; text-align: justify; color: #777; }
#content h2 { color: #555; font-size: 1.4em; font-weight: 200;}
#content p { margin: 10px 0 20px 0; line-height: 25px;}
.table-container {
  max-width: 1000px;
  margin: 30px auto;
}

.registration-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.registration-table th,
.registration-table td {
  padding: 14px 18px;
  text-align: center;
}

.registration-table th {
  background-color: rgb(0, 0, 102);
  color: #ffffff;
  font-weight: 600;
}

.registration-table td {
  color: rgb(0, 0, 102);
  font-weight: 500;
  border-bottom: 1px solid #e5e7f5;
}

.registration-table .left {
  text-align: left;
  font-weight: 600;
}

.registration-table tr:nth-child(even) td {
  background-color: #f2f3ff;
}

.registration-table tr:hover td {
  background-color: #e6e8ff;
  transition: 0.2s ease-in-out;
}

.registration-table .divider td {
  background-color: rgb(0, 0, 102);
  height: 6px;
  padding: 0;
  border: none;
}
#footer {
  background: #7AB0D8;
  height: 100px;
  background: #7AB0D8;
  padding: 5px 10px;
  overflow: hidden;
}
#footer h2 {color: #000000; font-size: 0.9em; padding: 20px 0 0 20px; font-weight: 24;}
.post-span {color:#ccc; font-size:12px;}
.post-img{margin-top:10px;}