﻿.row {
  border: solid 1px black;
}
.name {
  font-size: 120%;
  font-weight: bold;
  background-color: lightyellow;
}
.nick {
  font-size: 110%;
  background-color: lightyellow;
}
.email {
  background-color: lightyellow;
}
.platok {
  font-weight: bold;
  color: green;
  font-size: 110%;
}
.ubyt {
  font-weight: bold;
  color: blue;
  font-size: 110%;
}
.zaplatit {
  font-weight: bold;
  color: red;
  font-size: 110%;
}
.celkem {
  color: blue;
}
.zaplaceno {
  color: green;
}
.prosel {
  font-weight: bold;
  color: red;
  font-size: 110%;
}
.button {
  background-color: lightgreen;
  color: black;
  border: solid 1px black;
  margin-left: 20px;
  padding: 10px;
}
.button a, .button a:visited {
  text-decoration: none;
	color:black;
	font-weight: bold;
}
.button a:hover {
  text-decoration: underline;
  color: red;
}
.info {
  margin: 3px;
}
.pozn {
  color:red;
  font-size: 110%;
  margin-top: 10px;
}
