.marginer-10 {
  margin: 10px;
}

.marginer-20 {
  margin: 20px;
}

.marginer-hor-20 {
  margin: 0 20px 0 20px;
}

.nowrap {
  white-space: nowrap;
}
    
.last {
  margin-right: 0;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.note {
  font-weight: bold;
  color: #f00;
}

#shadowbox_title a {
  color: #75C3EA;
  text-decoration: none;
}

#new {
  position: absolute;
  left: 334px;
  top: 700px;
}
