img.max100 {
  max-height: 100px;
  max-width: 100px;
}

div.upper-ribbon {
  display: inline-block;
  width: 100%;
}

div.right-part {
  float: right;
}

div.left-part {
  float: left;
}

div.central-part {
  float: left;
}

i.buttons {
  padding: 5px;
}

.letter-div {
  display: inline-block;
  /*border: solid;*/
  padding: 8px;
}

.scrollable {
 overflow-y: scroll;
}

table.padding3 td{
  padding:3px;
}

span.timer {
  color: #f00; 
  font-size: 150%; 
  font-weight: bold;
}

span.counter-down{
  color: #f00; 
  font-size: 150%; 
  font-weight: bold;
}

img.baloon {
  position: absolute;
}

button.btn_bigger {
  border-radius: 40%;
  background: #13d9b4;
  text-align: center;
  border: none;
  width: 40px;
  height: 40px;
}

i.symb_bigger {
font-size: 23px;
    color: white;
    text-align: center;
    padding-top: 1px;
    padding-left: 2px;
}

button.btn_middle {
  border-radius: 40%;
  background: #13d9b4;
  text-align: center;
  border: none;
  width: 30px;
  height: 30px;
}

i.symb_middle {
  font-size: 16px;
  color: white;
  text-align: center;
}

img.current {
  border-style: dashed;
  border-width: thin;
}

img.rounded {
  border-radius: 10%;
}

img.norights {
  border-radius: 10%;
  border-style: dashed;
  border-width: thin;
  border-bottom-color: red;
}

.head-filter-control {
	color: darkcyan;
}

.column-filter-control {
    display: inline-block;
}

.templates {
	display: none;
}

.hidden {
	display: none;
}

.toggled {
	background-color: aqua;
}

.shadow {
  text-shadow: 0 0 black;
}

i.icon-xx {
  font-size: x-large;
  margin: 4px;
}

.edit-control .bigicon {
  font-size: x-large;
  margin: 4px;
}

div.remember {
	margin-top: 7px;
	color: #969696;
}

div.remember label {
	padding-top: 15px;
}

div.forgot {
	margin-top: 7px;
	color: #dadada;
}

footer {
    background: url("../img/feature-gradient.png") no-repeat scroll center 100% white;
    color: #B7B7B7;
    font-size: 12px;
    padding: 30px 0;
    text-align: center;
}

footer a {
	margin-left: 10px;
	margin-right: 10px;
}

table.signup td {
	padding: 10px;
}

table.signup .alert {
	margin-bottom: 0;
    margin-top: 3px;
}

table.perms select {
	margin-top: 5px;
	margin-right: 10px;
}

table.perms label {
	margin-right: 10px;
}

div.main-container {
	min-height: 450px;
}

div.float_window {
	position: fixed;
	left: 0;
	/*top: 20vh;*/
	right: 0;
	z-index: 200;
}

#message_float_window {
	position: absolute;
	left: 60px;
	top: 60px;
    vertical-align: top;
    z-index: 201;
}

.greyer {
    position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    background-color: #909090;
	opacity: 0.85;
    z-index: 100;
}

div.numbering {
	position: relative;
    display: flex;
    float: right;
}