#columns {
  overflow: hidden;
}

#columns, .mceContentBody {
  background: #EFEFEF;
  background: rgba(240,240,240,0.8);
  color: #222;
}

#columns h2 {
  text-align: center;
}

#columns h3 {
  font-weight: bold;
  font-variant: small-caps;
  line-height: 36px;
  height: 36px;
}

.download {
  display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #656565;
	background-image: -moz-linear-gradient(top, #bbb, #bbb 80px, #12AAFD 80px, #12AAFD);
	-moz-box-shadow: white 0 0 1px, rgba(0,0,0,.3) 0 0 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#12AAFD), color-stop(0.8, #bbb), color-stop(0.8, #12AAFD));
	-webkit-box-shadow: white 0 0 1px, rgba(0,0,0,.3) 0 0 5px;
	position: relative;
}

.download .download-type {
  position: absolute;
  left: 0;
  top: 0;
}

.download .description {
  position: absolute;
  left: 72px;
}

.download .file-info {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 0.7em;
}

a .download {
  text-decoration: none;
  color: black;
}

a .download .file-info {
  color: white;
}


