.collection-head,
.side-collection-image {
}
.collection-card-image,
.collection-head,
.side-collection-image {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.collection-head {
  padding: 1.5rem 0;
  margin-top: -20px;
  margin-bottom: 20px;
  background: #4183c4;
  color: #fff;
}
.collection-head.small {
  padding: 0.8rem 0;
}
.collection-head.small .collection-title {
  padding: 10px 0;
}
.collection-head.small .collection-title h1.collection-header {
  font-size: 30px;
}
.collection-head a {
  color: #fff;
}
.collection-head a:hover {
  text-decoration: none;
}
.collection-head .collection-title {
  display: table-cell;
  padding: 20px 0;
  vertical-align: middle;
}
.collection-head .collection-info {
  margin: 0;
}
.collection-head .collection-info .meta-info {
  margin-right: 15px;
}
.collection-head .collection-info .avatar {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.collection-head .collection-head .container {
  position: relative;
}
.collection-head .draft-tag {
  position: absolute;
  top: 0;
  left: 0;
}
.collection-head .collection-header {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.5;
  font-weight: 400;
}
.collection-head .collection-description {
  position: relative;
  font-size: 16px;
}
.collection-page .collection-info {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #999;
}
.collection-page .column.main {
  margin-right: 260px !important;
}
.collection-page .column.sidebar {
  width: 240px;
}
.collection-page .other-content {
  padding: 20px 0 20px 20px;
  border-left: 1px solid #f1f1f1;
}
.collection-page .other-content .subnav-search {
  margin-left: 0;
}
.collection-page .other-content input.subnav-search-input {
  width: 100%;
}
.collection-page .other-content-title {
  margin-top: 40px;
}
.collection-page .other-content-title:first-child,
.collection-search-result-title {
  margin-top: 0;
}
.side-collection-list {
  margin: 0;
  list-style-type: none;
}
.side-collection-link {
  display: table;
  width: 100%;
  height: 100px;
  color: #fff;
}
.collection-card-title,
.side-collection-image {
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.side-collection-item-title {
  font-size: 16px;
  font-weight: 100;
}
.side-collection-image {
  background: url(../../images/octicons-bg.png) center #555;
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: table-cell;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 3px;
}
.side-collection-list-item {
  margin-bottom: 20px;
}
.collection-tools {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 15px;
}
.collection-tools .edit-link {
  color: #333;
}
.collection-tools .edit-link:hover {
  color: #4183c4;
  cursor: pointer;
}
.collection-tools .octicon {
  margin-right: 5px;
}
.collection-tools .select-menu-button {
  position: relative;
  display: inline-block;
  color: #333;
}
.collection-tools .select-menu-button :hover {
  color: #4183c4;
  cursor: pointer;
}
.collection-tool {
  margin-left: 20px;
}
.collection-search-results em {
  padding: 0.1em;
  background-color: #faffa6;
}
.collection-search-result {
  margin-bottom: 40px;
  list-style-type: none;
}
.collection-search-page .search-results-info {
  line-height: 33px;
  float: right;
  margin-left: 10px;
  font-size: 15px;
}
.collection-listing {
  text-align: center;
}
.collection-card {
  position: relative;
  display: inline-block;
  width: 30%;
  max-width: 313px;
  margin: 0 10px 20px;
  list-style-type: none;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}
.collection-card .draft-tag {
  position: absolute;
  top: -1px;
  left: 10px;
}
.collection-card-title {
  padding: 0 15px;
  margin: 10px 0;
  display: table-cell;
  width: 100%;
  font-size: 19px;
  font-weight: 700;
}
.collection-card-body {
  padding: 0 15px;
  margin: 0 0 10px;
  height: 3em;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5em;
}
.collection-card-image {
  position: relative;
  display: table;
  width: 101%;
  height: 120px;
  margin: -1px -1px 15px;
  background: url(../../images/octicons-bg.png) center #555;
  -webkit-box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.collection-card-meta {
  padding: 0 15px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #777;
  font-size: 12px;
}
.collection-card-meta .meta-info {
  margin-right: 10px;
}
.collection-card-meta .last-updated {
  float: right;
  margin-right: 0;
}
