.panel.panel-default {
  border: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel.panel-default > .panel-heading {
  padding: 10px;
  background: #4f5964;
  border-color: #4f5964;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.panel.panel-default .panel-body {
  border: 1px solid #DDD;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.table-wrapper {
  overflow-x: auto;
  padding: 15px;
  margin-bottom: 20px;
}

.table-striped {
  min-width: 1000px;
  margin-bottom: 0;
}

.table-striped thead {
  background-color: #707F8F;
  color: #FFF;
  font-size: 16px;
}

.table-striped > thead > tr > th {
  text-align: center;
}

.table-striped > tbody > tr > td {
  padding: 0 5px;
  vertical-align: middle;
  text-align: center;
}

.table-striped > tbody > tr > td.last-update {
  white-space: nowrap;
}

.table-striped > tbody > tr > td.abstract-container {
  padding-left: 0;
}

.pagination {
  float: right;
}

.abstract-container-inner {
  padding: 0 5px;
}

.abstract {
  margin-top: .25em;
  margin-bottom: 0;
}

.author-name-header {
  float: right;
  padding-left: 5px;
}

.title .author-name {
  color: #5A5A5A;
  font-size: 110%;
  font-weight: bold;
}

.num-years-member {
  color: #666;
  font-size: 80%;
}

.small-gray-text {
  font-size: 90%;
  color: #666;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.avatar-icon {
  border-radius: 8px;
}

/* Achievements */
#achievements {
  display: none;
  margin-top: 10px;
}
.achievement-crest {
  position: relative;
  z-index: 100;
}
.achievement-group {
  display: flex;
  align-items: center;
}
.achievement-container {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 5px;
  margin-left: -15px;
  height: 40px;
  background: #333367;
  border: 2px solid #DDD;
  border-right: none;
  color: white;
}
.achievement-text-container {
  text-align: center;
}
.achievement-text {
  font-size: 14px;
}
.achievement-text.year {
  font-size: 10px;
}
.achievement-border-right {
  display: relative;
  z-index: 100;
  width: 15px;
  height: 40px;
}

/* Auto-size */
.chart-container {
  overflow-x: auto;
  text-align: center;
}

.autosize .chart-container img {
  max-width: 100%;
}

.autosize-checkbox-container {
  text-align: right;
  font-size: 18px;
  margin-bottom: 5px;
}
.autosize-checkbox-container i {
  font-size: 24px;
  vertical-align: middle;
}

.autosize-checkbox-container i.checked {
  display: none;
}

.autosize .autosize-checkbox-container i.empty {
  display: none;
}

.autosize .autosize-checkbox-container i.checked {
  display: inline;
}

.score-string {
    padding: 2px;
    border: 1px solid gray;
    background: 1px solid white;
}