﻿body {
  font-family: Arial
}

.style1 {
  width: 245px;
  height: 200px;
}

.style2 {
  height: 200px;
}

.style3 {
  height: 30px;
}

.style4 {
  height: 50px;
}

.style5 {
  height: 20px;
}

.noLineBreak {
  white-space: nowrap;
}

.inlineBlock {
  display: inline-block;
}
