.welcome {
  position: absolute;
  margin-left: 60px;
  margin-right: 5px;
  background-color: #f0f8ff;
  height: 100%;
  width: 98%;
  overflow: auto; }
  .welcome .center {
    position: absolute;
    left: 30%;
    top: 40%;
    font-weight: 300; }

.version-info {
  position: fixed;
  bottom: 10px;
  right: 15px;
  max-width: 250px; }

.version-panel {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8); }

.version-panel-body {
  padding: 5px 10px; }
