* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #000000;
  font: 0.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: white;
}
.welcome {
  font-size: 20px;
  text-align: center;
}
h2 {
  margin-bottom: 10px;
}

header {
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer {
  font-size: 0.7em;
  font-style: italic;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  clear: both;
  color: #cccccc;
  width: 100%;
  background-color: #222222;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}
p {
  word-wrap: normal|break-word;
}

/* link appearance and mouse hover style */

a:link {
  text-decoration: none;
  color: #ffffff;
}
a:visited {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  color: #ffffff;
}
a:active {
  text-decoration: none;
  color: #ffffff;
}

#wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
}

#wrapper h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

#wrapper a {
  display: block;
  font-size: 1.2em;
  padding-top: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#tabContainer {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #222222;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

#tabs {
  height: 30px;
  overflow: hidden;
}

#tabs > ul {
  font: 1em;
  list-style: none;
}

#tabs > ul > li {
  margin: 0 2px 0 0;
  padding: 7px 10px;
  display: block;
  float: left;
  color: #fff;
  user-select: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #444444; /* old browsers */
  border-style: solid;
  border-width: 1px;
}

#tabs > ul > li:hover {
  background: #ffffff; /* old browsers */
  cursor: pointer;
  color: #333;
}

#tabs > ul > li.tabActiveHeader {
  background: #000000; /* old browsers */
  cursor: pointer;
  color: #ffffff;
}

#imagecard {
  text-align: center;
}

#shortcard {
  text-align: center;
  vertical-align: middle;
  margin-right: 30%;
  margin-left: 30%;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  border-color: #555555;
  cursor: default;
}

#longcard {
  text-align: center;
  vertical-align: middle;
  margin-right: 10%;
  margin-left: 10%;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  border-color: #555555;
  cursor: default;
}

#description {
  font-size: 14px;
  text-align: left;
  margin-right: 15px;
  margin-bottom: 45px;
  margin-left: 15px;
  color: #ffffff;
}

#bulletpoints {
  float: left;
  font-size: 16px;
  text-align: left;
  margin-right: 45px;
  margin-bottom: 15px;
  margin-left: 45px;
  color: #ffffff;
}

#tabscontent {
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px 10px 25px;
  background: #000000; /* old browsers */
  margin: 0;
  margin: 0;
  color: #ffffff;
}

.twox1button {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #494848),
    color-stop(0.12, #3b3b3b),
    color-stop(0.35, #000000),
    color-stop(0.85, #000000),
    color-stop(0.95, #181818)
  );
  border-radius: 6px;
  border-color: #262626;
  border-style: solid;
  border-width: thin;
  display: table-cell;
  font-family: Myriad Pro;
  /*	font-size:32px;
	line-height:32px;*/
  font-weight: normal;
  font-style: normal;
  height: 40px;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.twox1button:hover {
  background: #606060;
}
.twox1button:active {
  background: #000000;
}

.bgimage {
  position: absolute;
  left: 0px;
  top: 0px;
  clip: rect(0px, 2000px, 100px, 0px);
  z-index: -1;
}
