@charset "utf-8";

body {
  font-family: Times;
  background-color: black;
}
h1,
h2 {
  text-align: center;
}

li {
  font-family: Times;
}
a:link {
  color: #00f;
  text-decoration: none;
}
a:active {
  color: #00f;
  text-decoration: none;
}
a:visited {
  color: #00f;
  text-decoration: none;
}
a:hover {
  color: #0f0;
  text-decoration: none;
}

.title {
  text-align: center;
  font-family: Times, Georgia, Garamond;
  font-size: xx-large;
  color: #f00;
  padding-top: 12px;
}

.calcont {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.calenda {
  background-color: #fed;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.calhead {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  font-family: "Times";
  padding-bottom: 36px;
}
.caldate {
  text-align: center;
  font-size: medium;
  font-weight: bold;
  padding-bottom: 12px;
}
.calvenu {
  text-align: center;
  font-size: medium;
  font-weight: bold;
  font-family: "Times";
  padding-bottom: 12px;
}
.calspkr {
  text-align: center;
  font-size: large;
  font-weight: bold;
  padding-bottom: 12px;
}
.calregi {
  text-align: center;
  font-size: medium;
  font-weight: bold;
  font-family: "Times";
  padding-bottom: 12px;
}
.caldeta {
  text-align: center;
  font-size: small;
  padding-bottom: 12px;
}
.callink {
  text-align: center;
  font-size: small;
  padding-bottom: 12px;
}
.caldesc {
  text-align: left;
  font-size: small;
  padding-bottom: 12px;
}

.botlink {
  text-align: center;
}
.botinfo {
  text-align: center;
  font-family: Serif, Lucida, Verdana;
  font-size: small;
}

.part {
  position: relative;
  top: 40px;
  left: 5%;
  height: 25px;
  width: 90%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  color: #123;
  text-align: left;
}
.parx {
  position: relative;
  top: 40px;
  left: 5%;
  height: 250px;
  width: 90%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  color: #123;
  text-align: left;
}
.left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 33%;
}
.rite {
  position: absolute;
  top: 0px;
  left: 33%;
  width: 66%;
}

.label {
  font-size: small;
}

.headiv {
  background-image: url(../img/banner.jpg);
  background-size: 100%;
  height: 200px;
  color: yellow;
  font-size: 48px;
  text-align: center;
}

.opsifra {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  color: blue;
  padding: 5px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
}

#resifra {
  background-color: antiquewhite;
  width: 100%;
  height: 200px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
}

tr:nth-child(odd) {
  background-color: #ffffff;
  color: black;
}
tr:nth-child(even) {
  background-color: #d0f0d0;
  color: black;
}
