* {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

.my {
color: #7C8FA6
}

.win {
background-color: darkgreen;
width:100%;
height: 5px;
}
.lose {
background-color: darkred;
width:100%;
height: 5px;
}
.wilo {
color: black;
font-weight: bold;
background-color: #BBBBBB;
width:100%;
text-align: center;
height: 20px;
vertical-align: absMiddle;
font-size: 12px;
}
a.pars {
  text-decoration: none;
  color: #99B0CC;
}

a.pars:hover {
  text-decoration: underline;
}

a.function {
  color: #7C8FA6;
  font-weight: bold;
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
}

a.function:hover {
  text-decoration: none;
  color: #000000;
  background-color: #7C8FA6;
}

h2, .title {
  color: #8CB300;
  text-decoration: none;
  padding: 2px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom:2px;
}

a.title:hover {
  text-decoration: none;
  color: #F1FFBA;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000000;
}

img {
  border: 0;
  vertical-align: bottom;
}

div.graph {
  height: 10px;
  background-color: #738499;
}

div.section {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 25px;
}

div.details {
  margin-left: 26px;
  padding: 3px;
}

div.additional {
  background-color: #222222;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  display: none;
}

div#top {
  font-size: 15px;
  font-weight: bold;
  background: #4C5866;
  border-top: 1px solid #738499;
  border-bottom: 1px dashed #99B0CC;
  text-align:center;
}

div#functions {
  padding: 1px;
  padding-left: 5px;
}

div#content {
  text-align: justify;
  width: 650px;
  margin-left: 50px;
  margin-top: 20px;
}

div#bottom {
  background: #4C5866;
  border-top: 1px dashed #99B0CC;
  border-bottom: 1px solid #738499;
  margin-top: 20px;
  padding: 5px;
}
