.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.add-section-item-button,
.add-media-button {
  color: #b22222;
  cursor: pointer;
}
.add-section-item-button:hover,
.add-media-button:hover {
  text-decoration: underline;
  font-weight: 500;
}
.portfolio-section-list-sort-button {
  background-color: #888888;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
}
.portfolio-section-list-sort-button:hover {
  background-color: #4a4a4a;
}
.portfolio-section-list-sort-button.sort-title {
  margin-right: 40px;
}
.portfolio-section-list-sort-button.sort-date {
  margin-left: -35px;
}
.section-item-panel-content .add-media-button {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 70px;
}
.section-item-panel-content .edit-panel-button-container {
  text-align: left;
}
.section-item-panel-content .edit-panel-button-container .edit-panel-button.edit-panel-button-done,
.section-item-panel-content .edit-panel-button-container .edit-panel-button.edit-panel-button-cancel {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #4a4a4a;
  color: #ffd142;
  font-family: 'Roboto', Serif;
  font-size: 12px;
  font-weight: 400 !important;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.section-item-panel-content .edit-panel-button-container .edit-panel-button.edit-panel-button-done:hover,
.section-item-panel-content .edit-panel-button-container .edit-panel-button.edit-panel-button-cancel:hover {
  background-color: #3a3a3a;
}
.section-item-panel-content .edit-panel-button-container .edit-panel-button.disabled {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(@opacityPercentage));
  filter: alpha(opacity = (@opacityPercentage));
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
}
.portfolio-section-body .add-section-item-button {
  float: left;
  margin-top: 10px;
  background-color: none;
}
.portfolio-section-body .section-item .details-button {
  width: 21px;
}
.portfolio-section-body .section-item .details-button.details-button-empty {
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(@opacityPercentage));
  filter: alpha(opacity = (@opacityPercentage));
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
}
.portfolio-section-body .section-item .details-button:hover {
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(@opacityPercentage));
  filter: alpha(opacity = (@opacityPercentage));
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
}
.portfolio-section-body .section-item .details-button .details-button-icon {
  background: url(/static/img/profile/yellow-plus.png) no-repeat;
  cursor: pointer;
  height: 20px;
}
.portfolio-section-body .section-item .delete-button {
  width: 16px;
}
.portfolio-section-body .section-item .delete-button.delete-button-details {
  position: relative;
  float: right;
}
.portfolio-section-body .section-item .delete-button .delete-button-icon {
  background: url(/static/img/trashcan.png) no-repeat;
  cursor: pointer;
  height: 24px;
}
