﻿.content-body {
  min-width: 1000px;
  padding-top: 30px;
}

.content-body .download-item {
  height: 100%;
  padding: 20px;
  background-color: #f4f6f9;
  position: relative;
  margin-bottom: 40px;
  border-radius: 5px;
}

.content-body .download-item p a {
  text-decoration: none;
  color: black;
}

.content-body .download-item span {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.content-body .download-item:hover {
  -webkit-box-shadow: 0 0 10px 0 #ededed;
          box-shadow: 0 0 10px 0 #ededed;
  background-color: #b2d7d8;
}
/*# sourceMappingURL=download.css.map */