#hic-share-url-modal {
  color: #5f5f5f; }
  #hic-share-url-modal .modal-body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400; }

#hic-embed-container {
  display: none; }

a#emailButton {
  color: #5f5f5f;
  text-decoration: none; }

a#emailButton:hover,
a#emailButton:focus,
a#emailButton:active {
  cursor: pointer;
  font-weight: 700;
  text-decoration: none; }

#hic-embed-button:hover,
#hic-embed-button:focus,
#hic-embed-button:active {
  cursor: pointer;
  font-weight: 700; }

.hic-social-button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-bottom: 10px; }
  .hic-social-button-container div {
    margin-left: 8px;
    margin-right: 8px; }
  .hic-social-button-container div:first-child {
    width: 65px;
    margin-top: 4px; }

.hic-social-button {
  float: left; }

.site-container {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #5f5f5f;
  margin-left: 64px;
  margin-top: 16px;
  margin-bottom: 16px; }

.site-container label {
  display: block;
  font-size: 24px; }

.site-container select {
  display: block;
  font-size: 16px; }

.load-track-button {
  position: relative;
  width: 128px;
  height: 32px;
  margin: 4px;
  color: white;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  background-color: #58c0fb; }

.load-track-button:hover,
.load-track-button:focus,
.load-track-button:active {
  cursor: pointer;
  background-color: #3a8ab4; }

.remove-track-button {
  position: relative;
  height: 32px;
  width: 128px;
  margin: 4px;
  color: white;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  background-color: red; }

.remove-track-button:hover,
.remove-track-button:focus,
.remove-track-button:active {
  cursor: pointer;
  background-color: #7f0000; }

/*# sourceMappingURL=site.css.map */
