/*@color1: rgba(218, 210, 216, 1);
@color2: rgba(20, 54, 66, 1);
@color3: rgba(15, 139, 141, 1);
@color4: rgba(236, 154, 41, 1);
@color5: rgba(168, 32, 26, 1);*/
.profile .fix1 {
  font-size: 16px;
  line-height: 24px;
}
#page-registration {
  padding-top: 100px;
  padding-bottom: 100px;
}
#page-registration .form-container {
  width: 100%;
  max-width: 400px;
  padding: 0 25px;
  margin: 0 auto;
}
.p-bottom-20 {
  padding-bottom: 20px;
}
#organization-view .resources .nav {
  margin-bottom: 30px;
}
#organization-view .resources #current_apps .item a {
  line-height: 30px;
  color: #777777;
  text-decoration: none;
  font-size: 16px;
  margin-right: 30px;
}
#organization-view .resources #current_apps .item a:hover {
  border-bottom: 1px solid #777777;
}
#organization-view .resources #current_apps .item a:last-child {
  margin-right: 0;
}
#update-report #report-form {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#update-report #file-list {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#update-report #file-list .item {
  line-height: 30px;
}
#update-report #file-list .item .title {
  float: left;
  width: 70%;
}
#update-report #file-list .item .controls {
  float: left;
  width: 30%;
}
#update-report #file-list .item:after {
  content: "";
  display: block;
  clear: both;
}
#update-report #file-list .item:hover {
  background: rgba(0, 0, 0, 0.1);
}
