a.anonym, a.auth-user {
  color: #000000;
}
.page-node-type-video .auth-user .fa {
  cursor: pointer;
  font-size: 18px;
  color: #555;
}
body.path-node div.dropdown-menu:not(.embed-block):not(.mega-dropdown-menu) {
 position: fixed;
 top: 50%;
 right: 50%;
 left: auto;
 transform: translate(50%, -50%);
 display: none;
 border-radius: 3px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background: #fff;
 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3);
 z-index: 999999;
}
body.path-node div.dropdown-menu:after {
  content: 'x';
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -20px;
}
.download-data-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
}
.download-data.dropdown-menu {
  width: 400px;
  height: auto;
  padding: 16px 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}

.download-data h4 {
  color: #7d7d7d;
}

.download-data h5 {
  color: #555;
  margin-top: 11px;
}
.download-data .warning {
  color: #e3691e;
  padding-left: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.download-data p {
  font-size: 14px;
  line-height: 17px;
  margin-top: 9px;
  border-radius: 2px;
  width: 100%;
}
.download-data p a {
  color: #00adef;
  display: block;
}
.download-data .blue-button {
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #00adef;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 30px;
  border-radius: 2px;
}
