/* here you can put your own css to customize and override the theme */
.Header headroom--pinned {
	display:none
}

.stamp-title {
  color: white;
  background-color:#4b8df8;
  width:80px !important;
  vertical-align:middle;
  text-align:center;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.stamp-content {
 width:80px !important;
 vertical-align:middle;
 text-align:center;
}

.stamp-picture {
     display: table-cell;
     vertical-align:middle;
     text-align:center;
    width: 75px; 
    height: 75px;
}


.row-ellipsis {
    display: block;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-bordered .control-label {
  color: #0d638f;
  font-weight:bold;
}