/********************************************************************
	Forms & Applications Template CSS
********************************************************************/

.starter-forms h2.section-cat {
	border-bottom: 1px solid #eee;
	font-size: 30px;
	padding-bottom: 8px;
	margin-top: 40px;
	width: 100%;
}

.starter-forms .wrap.documents {
  list-style: none;
  padding: 11px 10px 12px;
  display: block;
  text-transform: capitalize;
	display: flex;
  align-items: center;
}

.starter-forms .wrap.documents .one.third {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.starter-forms .two-thirds.first.just-text.document-name {
  color: #08253e;
  font-size: 14px;
  font-weight: 600;
}

.starter-forms .wrap.documents.even {
  background: rgba(0,0,0,.05);
}

.starter-forms a.button.document-btn {
	font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  background: #2176ff;
  padding: 6px 8px;
  position: relative;
	float: right;
}

.starter-forms a.button.document-btn:hover {
	background: #333;
}
