.modal.song-modal .modal-content {
  width: 550px;
}
.modal.song-modal .modal-content .modal-header .modal-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal.song-modal .modal-body {
  padding: 0px !important;
}
.modal.song-modal .modal-body > div {
  margin-top: 20px;
}
#add-song-form {
  background-color: white;
  border-radius: 0 0 20px 20px;
}
#add-song-form h2 {
  font-size: 1.2rem;
  margin: 3px 7px 8px;
  padding-top: 4px;
}
#add-song-form .song-preview-player-holder .previewLoadingTxt {
  margin-bottom: 5px;
}
#add-song-form #addSong-rightPane {
  display: flex;
  align-items: center;
  width: 100%;
}
#add-song-form #addSong-rightPane #songModal_thumbnailHolder {
  position: relative;
  margin-right: 10px;
}
#add-song-form #addSong-rightPane #songModal_thumbnailHolder #duration-holder {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 5px;
  font-size: 0.9rem;
  color: white;
}
#add-song-form #addSong-rightPane .song-details {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#add-song-form #addSong-rightPane .song-details #songActions {
  color: #2196F3;
  font-size: 1.2rem;
}
#add-song-form #addSong-rightPane .song-details #songActions > * {
  margin-right: 10px;
}
#add-song-form #addSong-rightPane .song-details h4 {
  font-size: 1.4rem;
  display: flex;
  align-items: baseline;
  margin: -7px 0px 0px;
  font-weight: normal;
}
#add-song-form #addSong-rightPane .song-details .song-link {
  float: left;
  cursor: text;
  max-width: 330px;
  line-height: 23px;
  color: #404040;
  margin-right: 15px;
}
#add-song-form #addSong-rightPane .estimatedPlaylistIndex {
  color: #6f6f6f;
  font-size: 0.9rem;
}
#add-song-form .song-row {
  display: flex;
  justify-content: space-between;
  padding: 0px 8px 8px;
  margin-bottom: 2px;
}
#add-song-form .song-row .addSongBtn {
  font-size: 70px;
  margin-right: 2px;
}
#add-song-form .song-details > h3 {
  margin: 0;
}
#add-song-form .error {
  font-size: 0.9rem;
  border-radius: 0px;
  text-align: center;
}
#add-song-form #firstTimer {
  background-color: #53bd87;
  color: white;
  text-align: center;
  padding: 3px 0px 5px;
}
#add-song-form #insights {
  padding: 6px 8px 10px;
  line-height: 25px;
}
#add-song-form #additionalData {
  background-color: #f8f8f8;
  color: black;
  border-radius: 0 0 20px 20px;
  padding: 12px 0 8px;
}
#add-song-form #additionalData h5 {
  margin: 0px;
  font-weight: bold;
  padding: 0px 8px;
  font-size: 1.2rem;
}
#add-song-form #additionalData h5 i {
  margin-right: 1px;
  color: #f32196;
}
#add-song-form #additionalData #wiki {
  background-color: #e6e6e6;
  min-height: 51px;
  padding: 9px 8px 1px;
  font-size: 0.9rem;
}
#add-song-form #additionalData #wiki #readMore {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  text-align: center;
  color: black;
  padding: 2px 0px 3px;
  font-weight: bold;
}
#add-song-form .song-thumb {
  width: 100px;
}
#add-song-form .estimatedPlaylistIndex {
  margin-top: 5px;
}
#add-song-form .clickToPreview {
  margin-top: 5px;
  margin-left: 1px;
  color: #f32196;
  display: flex;
  align-items: center;
}
#add-song-form .clickToPreview i {
  font-size: 0.8rem;
  margin-right: 4px;
}
#add-song-form .clickToPreview a {
  color: #f32196;
  font-size: 0.9rem;
  text-decoration: none;
}
#add-song-holder.full-screen-player {
  height: 540px;
  max-height: none;
}
#add-song-holder .content {
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  z-index: 1;
  position: relative;
}
#add-song-holder .content #moreFrom {
  font-size: 0.9rem;
  margin-bottom: 5px;
  display: flex;
}
#add-song-holder .content #moreFrom button {
  font-weight: normal;
  padding: 0px 7px 2px;
  margin-left: 4px;
  max-width: 120px;
  border-radius: 4px;
}
#add-song-holder .content .search-box > input {
  border: none;
  height: 40px;
  padding: 0 41px 3px;
  margin: 0px;
  border: 1px solid lightgrey;
}
#add-song-holder .content .search-box > input:focus {
  box-shadow: inset 0px 0px 5px 0px grey;
}
#add-song-holder .content .search-box > i.search-icon,
#add-song-holder .content .search-box i.search-error-icon {
  font-size: 1.6rem;
  color: #6f6f6f;
  left: 12px;
  position: absolute;
  top: 9px;
}
#add-song-holder .content .search-box > i.search-error-icon {
  color: red;
  left: 10px;
}
#add-song-holder .content .ai-search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-top: 10px;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}
#add-song-holder .content .ai-search-box input {
  width: 90%;
  height: 40px;
  font-size: 1.1em;
}
#add-song-holder .content .ai-search-box button {
  border-radius: 6px;
}
#add-song-holder .content .ai-search-box .bGPT {
  left: auto;
  right: 57px;
  top: 6px;
}
#add-song-holder .content .ai-search-box .results {
  position: absolute;
  top: 40px;
  left: 11px;
  background-color: white;
  padding: 10px;
  width: 88%;
}
#add-song-holder .content .ai-search-box .results .item {
  cursor: pointer;
}
#add-song-holder .content .ai-search-box .results .item:hover {
  background-color: #efefef;
}
#add-song-holder .content > .song-form-holder {
  position: relative;
}
#add-song-holder .content > .song-form-holder > i.back-to-search-results {
  position: absolute;
  top: 5px;
  right: 13px;
}
#add-song-holder .content > .song-form-holder .song-link {
  max-width: 274px !important;
}
#add-song-holder .btn-hide-search {
  position: absolute;
  top: 4px;
  right: 6px;
  z-index: 1;
  font-size: 1.2rem;
}
#add-song-holder .search-box {
  position: relative;
}
#add-song-holder #youtube-search-results-holder {
  position: relative;
  top: -5px;
  width: auto;
}
#add-song-holder .float-help {
  right: 3px;
  top: 2px;
}
#add-song-holder .youtube-search-result {
  cursor: pointer;
}
#add-song-holder .youtube-search-result #youChooseToPlayDetails {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1.2rem;
  padding-bottom: 3px;
}
#add-song-holder .youtube-search-result .ytResultLayer {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
#add-song-holder .youtube-search-result .ytResultLayer .errorMsg {
  font-weight: bold;
  color: #f32196;
}
#add-song-holder .youtube-search-result .ytResultLayer .ytResultLayer_playBtn .addSongBtn {
  font-size: 39px;
  margin-left: 25px;
}
#add-song-holder .youtube-search-result .ytResultLayer .layerOptions {
  z-index: 1;
  color: #f32196;
  padding-top: 1pt;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  align-items: end;
}
#add-song-holder .youtube-search-result .ytResultLayer .layerOptions ul {
  padding-left: 30px;
  line-height: 16px;
  margin-bottom: 0;
  font-size: 0.8rem;
}
#add-song-holder .youtube-search-result .ytResultLayer .layerOptions ul li {
  cursor: pointer;
}
#add-song-holder .youtube-search-result .ytResultLayer .layerOptions ul li i {
  font-size: 1.2rem;
}
#add-song-holder .youtube-search-result .ytResultLayer .layerOptions ul:hover {
  color: #a50960;
}
#add-song-holder .youtube-search-result:hover .ytResultLayer {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
#add-song-holder .digDeeper {
  text-align: center;
  padding: 7px 0px 8px;
  color: #2196F3;
  cursor: pointer;
}
#add-song-holder .digDeeper .fa-magic {
  margin-left: 1px;
  transform: rotateY(180deg);
}
#add-song-holder .digDeeper .paidDigDeeper {
  color: #eccc1b;
  margin-left: 5px;
}
#add-song-holder .digDeeper .paidDigDeeper i {
  margin-left: 1px;
}
#add-song-holder .input-holder .youtube-search-result {
  border-right: 1px solid #ccc;
  border-left: 1px solid #cccccc;
  border-bottom: none;
  background-color: #bcbcbc;
  display: flex;
}
#add-song-holder input#txtNewSong {
  font-size: 1.2rem;
  width: 100%;
  border: 1px solid 1px solid rgba(0, 0, 0, 0.1);
}
#add-song-holder input#txtNewSong[disabled] {
  cursor: default;
}
#add-song-holder input#txtNewSong.with-bottom-elem {
  border-radius: 4px 4px 0 0;
}
#add-song-holder .btn-reset-all,
#add-song-holder .back-to-suggestions-results {
  color: #BCBCBC;
  font-size: 1.4rem;
  position: absolute;
  right: 14px;
  top: 14px;
}
#add-song-holder .back-to-suggestions-results {
  right: 40px;
  top: 14px;
}
#add-song-holder input#txtOneLiner.with-youtube-results-open {
  border-radius: 0;
  height: 35px;
}
#add-song-holder > .btn-add-song-holder {
  text-align: center;
}
#add-song-holder > .btn-add-song-holder > .btn-add-song {
  cursor: pointer;
  font-size: 2.4em;
}
#add-song-holder > .btn-add-song-holder > .btn-add-song:hover {
  color: #898989;
}
#add-song-holder #youtube-search-results-holder .add-song {
  float: right;
}
#add-song-holder #youtube-search-results-holder .add-song img {
  position: relative;
  right: 20px;
  top: 6px;
  display: none;
}
#add-song-holder #youtube-search-results-holder,
#add-song-holder #youtube-suggestions-results,
#add-song-holder #youtube-search-no-results-message {
  background-color: #FFFFFF;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  position: absolute;
  overflow: hidden;
  max-height: 255px;
  z-index: 997;
  width: 100%;
  top: 70px;
  font-size: 1.2rem;
}
#add-song-holder #youtube-search-no-results-message {
  padding: 20px;
}
#add-song-holder #youtube-search-no-results-message .digDeeper {
  margin-top: 10px;
}
#add-song-holder .youtube-search-result,
#add-song-holder .youtube-suggestion-search-result {
  display: flex;
  position: relative;
  line-height: 20px;
  padding: 3px 2px 2px 3px;
  width: 100%;
}
#add-song-holder .youtube-search-result:nth-child(even) {
  background-color: #ececec;
}
#add-song-holder .youtube-suggestion-search-result {
  height: 30px;
  font-size: 1.2rem;
}
#add-song-holder .youtube-suggestion-search-result:nth-last-child(even) {
  background-color: #ececec;
}
#add-song-holder .youtube-search-result:hover,
#add-song-holder .youtube-search-result.hovered,
#add-song-holder .youtube-suggestion-search-result:hover,
#add-song-holder .youtube-suggestion-search-result.hovered {
  background-color: #FFF9E1;
}
#add-song-holder .youtube-search-result:hover .add-song img,
#add-song-holder .youtube-search-result.hovered .add-song img,
#add-song-holder .youtube-suggestion-search-result:hover .add-song img,
#add-song-holder .youtube-suggestion-search-result.hovered .add-song img {
  display: block !important;
}
#add-song-holder .youtube-search-result:last-child,
#add-song-holder .youtube-suggestion-search-result:last-child {
  border-bottom: none;
}
#add-song-holder .youtube-search-result #youChooseToPlayDetails .song-title {
  display: flex;
  align-items: center;
}
#add-song-holder .youtube-search-result #youChooseToPlayDetails .song-title .add-song-to-beat-box-holder {
  bottom: 6px;
  position: relative;
}
@-moz-document url-prefix() {
  #add-song-holder .youtube-search-result #youChooseToPlayDetails .song-title .add-song-to-beat-box-holder {
    bottom: 7px;
  }
}
#add-song-holder .youtube-search-result #youChooseToPlayDetails .song-title a {
  color: #3D3C49;
  display: inline-block;
  width: 350px;
  line-height: 24px;
}
#add-song-holder .youtube-search-result #youChooseToPlayDetails .song-title ::i-block-chrome,
#add-song-holder .youtube-search-result #youChooseToPlayDetails .song-title a {
  font-weight: normal;
}
#add-song-holder .youtube-search-result #youChooseToPlayDetails .song-title .clickToPreview {
  font-weight: normal;
  position: relative;
  margin-top: 0px;
}
#add-song-holder .youtube-search-result #youChooseToPlayDetails .song-title .clickToPreview a {
  color: #79A2A1;
}
#add-song-holder .youtube-search-result #youChooseToPlayDetails .song-title .clickToPreview i {
  top: 7px;
}
#add-song-holder .youtube-search-result #youChooseToPlayDetails .song-title .duration {
  color: #6f6f6f;
  margin-left: 10px;
}
#add-song-holder .youtube-search-result img.song-thumb {
  width: 65px;
  float: left;
  margin-right: 8px;
}
#add-song-holder .youtube-search-result .buttons-holder {
  position: relative;
  right: 0;
  top: 0;
  padding: 0 5px;
}
#add-song-holder .youtube-search-result .buttons-holder > i {
  display: block;
  margin-bottom: 3px;
}
#add-song-holder #similar-songs-holder {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 130px;
  bottom: 20px;
}
#add-song-holder #similar-songs-holder:after {
  clear: both;
  content: "";
  display: block;
}
#add-song-holder #similar-songs-holder #getInspiredControl {
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
  height: 10px;
  margin-top: 21px;
  color: gray;
}
#add-song-holder #similar-songs-holder #getInspiredControl #getInspiredDot {
  color: #2196F3;
}


#removeSongTagPopup {
  text-align: center;
}
#removeSongTagPopup .modal-body {
  font-size: 1.2rem;
}
#removeSongTagPopup textarea {
  width: 100%;
  margin-bottom: 5px;
}

#wiki main {
  padding-top: 50px;
  padding-bottom: 68px;
}
#wiki main #songSearchHolder {
  width: 471px;
}
#wiki main #songSearchHolder > :first-child {
  width: 100%;
}
#wiki main #songSearchHolder #moreFrom {
  right: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 125px;
}
#wiki main #songSearchHolder #add-song-holder #youtube-search-results-holder,
#wiki main #songSearchHolder #youtube-suggestions-results,
#wiki main #songSearchHolder #youtube-search-no-results-message {
  top: 40px;
}
#wiki main .box {
  background-color: white;
  color: #3D3C49;
}
#wiki main #songHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0 15px;
}
#wiki main #songHeader #artistAndName {
  flex-direction: column;
}
#wiki main #songHeader > div {
  display: flex;
  align-items: baseline;
}
#wiki main #songHeader > div#songTitle {
  display: flex;
  justify-content: space-between;
  width: 642px;
}
#wiki main #songHeader > div#songTitle #songName {
  display: flex;
  font-weight: bold;
  align-items: baseline;
  margin-bottom: 8px;
}
#wiki main #songHeader > div#songTitle #songName h1 {
  margin: 0;
  font-weight: bold;
  display: inline;
}
#wiki main #songHeader > div#songTitle #songName i {
  font-size: 1.1rem;
  margin-left: 5px;
}
#wiki main #songHeader > div#songTitle #songArtist {
  color: gray;
  display: flex;
  align-items: baseline;
}
#wiki main #songHeader > div#songTitle #songArtist h2 {
  font-size: 1.1rem;
  font-weight: normal;
}
#wiki main #songHeader > div#songTitle #songArtist i {
  font-size: 1.1rem;
  margin-left: 5px;
}
#wiki main #songHeader > div#songTitle i {
  color: #2196F3;
  font-size: 1.4rem;
  margin-left: 15px;
  cursor: pointer;
}
#wiki main #songHeader #becomeContributor {
  border-radius: 50%;
  margin-right: 10px;
  font-size: 1.2rem;
  height: 45px;
  display: flex;
  align-items: center;
}
#wiki main #songHeader #becomeContributor i {
  font-size: 1.2em;
  margin-right: 2px;
}
#wiki main #songDetails {
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
}
#wiki main #songDetails h2 {
  margin: -4px 0px 10px;
  font-weight: bold;
}
#wiki main #songDetails #songStats {
  padding: 10px;
  background-color: #e6e6e6;
}
#wiki main #songDetails #songStats #songStatsNumbers {
  font-size: 1.4rem;
  display: flex;
}
#wiki main #songDetails #songStats #songStatsNumbers .slash {
  margin: 0 15px;
}
#wiki main #songDetails #songStats .songOpinion {
  margin-top: 10px;
}
#wiki main #songDetails #sideData {
  flex: 1;
  width: 100%;
  margin-left: 30px;
}
#wiki main #songDetails #sideData #roomList {
  border-bottom: 1px dotted lightgrey;
  padding-bottom: 7px;
  display: inline-block;
  width: 100%;
}
#wiki main #songDetails #sideData #roomList div {
  padding: 0px;
  margin: 0px;
  max-height: 343px;
}
#wiki main #songDetails #sideData #roomList div a {
  display: flex;
  margin-bottom: 5px;
  position: relative;
  padding: 3px 0 7px 10px;
  cursor: pointer;
}
#wiki main #songDetails #sideData #roomList div a:hover {
  text-decoration: none;
}
#wiki main #songDetails #sideData #roomList div a:nth-child(odd) {
  background-color: #e6e6e6;
}
#wiki main #songDetails #sideData #roomList div a:nth-child(even) {
  background-color: #f8f8f8;
}
#wiki main #songDetails #sideData #roomList div a span {
  margin: 0 6px;
  position: relative;
  top: 1px;
}
#wiki main #songDetails #sideData #roomList div a a {
  max-width: 360px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#wiki main #songDetails #sideData #roomList div a .joinPlayedOnRoom {
  border: 0 none;
  padding: 4px 30px 5px;
  background-color: #2196F3;
  color: white;
  border-radius: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}
#wiki main #songDetails #sideData #roomList div a .joinPlayedOnRoom:hover {
  text-decoration: none;
  background-color: #0c7cd5;
}
#wiki main #songDetails #sideData h2 {
  color: #404040;
  margin-right: 5px;
  font-size: 1.2rem;
}
#wiki main #songDetails #sideData .bulkValuesHolder {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-top: 12px;
  color: white;
  border-bottom: 1px dotted lightgrey;
  padding-bottom: 5px;
}
#wiki main #songDetails #sideData .bulkValuesHolder button {
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 22px;
  width: 22px;
  margin-left: 10px;
}
#wiki main #songDetails #sideData .bulkValuesHolder .list {
  display: flex;
  flex-wrap: wrap;
}
#wiki main #songDetails #sideData .bulkValuesHolder .list > div {
  display: flex;
  margin-right: 5px;
  background-color: #f32196;
  height: 22px;
  padding: 0 6px;
  margin-bottom: 5px;
  border-radius: 5px;
}
#wiki main #songDetails #sideData .bulkValuesHolder .list > div .name {
  white-space: nowrap;
}
#wiki main #songDetails #sideData .bulkValuesHolder .list > div button {
  padding: 0px 5px 0px;
  margin-left: 5px;
}
#wiki main #songDetails #sideData #featuredBy {
  margin-top: 7px;
  padding: 0px;
  display: flex;
  align-items: center;
}
#wiki main #songDetails #sideData #featuredBy h2 {
  margin: 0 5px 0 0;
}
#wiki main #songDetails #sideData #featuredBy a {
  color: #0c7cd5;
}
#wiki main #songDetails #sideData #featuredBy img {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
#wiki main #songDetails #songData {
  max-width: 640px;
  padding-left: 10px;
}
#wiki main #songDetails #songData h2 {
  margin-top: 0px;
  margin-bottom: 2px;
}
#wiki main #songDetails #songData > div {
  margin: 5px 0px 0px;
}
#wiki main #songDetails #songData #albumWrapper {
  display: flex;
  align-items: baseline;
  margin-top: 15px;
}
#wiki main #songDetails #songData #albumWrapper img {
  margin-right: 10px;
}
#wiki main #songDetails #songData #albumWrapper #albumDetails h2 {
  margin-bottom: 0px;
}
#wiki main #songDetails #songData #albumWrapper #albumDetails div {
  margin-top: 5px;
}
#wiki main #songDetails #songData #albumWrapper #albumDetails div h3 {
  font-weight: normal;
  margin: 0px;
}
#wiki main #songDetails #playerAndInfo {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#wiki main #songDetails #playerAndInfo #youtubePlayerHolder {
  width: 640px;
  height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#wiki main #songDetails #noUserOrSub {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
  font-size: 1.5em;
  margin-bottom: 15px;
}
#wiki main header {
  display: flex;
  align-items: baseline;
}
#wiki main .edit {
  color: #2196F3;
  display: flex;
  margin-left: 5px;
}
#wiki main .edit > div {
  margin-left: 5px;
}
#wiki main .edit > div button {
  padding: 5px 8px;
  cursor: pointer !important;
}
#wiki main .edit > i {
  cursor: pointer;
}
#wiki main #infoHolder,
#wiki main #lyricsHolder,
#wiki main #contributors {
  position: relative;
  margin-top: 10px;
  background-color: white;
  padding: 2px 11px;
}
#wiki main #infoHolder h2,
#wiki main #lyricsHolder h2,
#wiki main #contributors h2 {
  margin-top: 10px;
  font-weight: bold;
}
#wiki main #infoHolder .contributionReward,
#wiki main #lyricsHolder .contributionReward,
#wiki main #contributors .contributionReward {
  margin-left: 8px;
}
#wiki main #infoHolder .contentHolder p,
#wiki main #lyricsHolder .contentHolder p,
#wiki main #contributors .contentHolder p {
  font-family: initial;
  white-space: pre-line;
  font-size: 1.2rem;
}
#wiki main #infoHolder .contentHolder textarea,
#wiki main #lyricsHolder .contentHolder textarea,
#wiki main #contributors .contentHolder textarea {
  width: 100%;
  height: 250px;
}
#wiki main #lyricsHolder .contributionReward.disabled {
  opacity: 0.5;
  text-decoration: none !important;
  cursor: default !important;
}
#wiki main #contributors #contributorsList {
  margin: 12px 0 10px;
  display: flex;
}
#wiki main #contributors #contributorsList .contributor {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
#wiki main #contributors #contributorsList .contributor .userImage {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border-radius: 50%;
}
#wiki main #contributors #contributorsList .contributor a {
  color: #0c7cd5;
}

#dontLeavePopup {
  position: relative;
  background-color: #f32196;
  color: white;
  padding: 50px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-direction: column;
}
#dontLeavePopup .fa-times {
  position: absolute;
  top: 10px;
  right: 15px;
}
#dontLeavePopup h1 {
  font-size: 2.5em;
}
#dontLeavePopup button {
  font-size: 1.4rem;
  padding: 10px 30px 15px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 100;
  background-color: #2196F3;
  font-weight: normal;
}

.wikiEditableContent {
  display: flex;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 8px;
}
.wikiEditableContent label {
  font-weight: 100;
}
.wikiEditableContent input {
  width: 250px;
  margin: 0 8px;
}
.wikiEditableContent textarea {
  width: 40%;
  height: 150px;
  margin: 0 8px;
}
.wikiEditableContent .buttonsHolder {
  color: #2196F3;
  display: flex;
  align-items: center;
}
.wikiEditableContent .buttonsHolder button {
  padding: 3px 8px;
  cursor: pointer !important;
  margin-right: 5px;
}
.wikiEditableContent .buttonsHolder .icon > i {
  font-size: 1.2em;
  cursor: pointer;
}
.wikiEditableContent .buttonsHolder .icon.save {
  right: 41px;
}


/*# sourceMappingURL=wikiSong.2fc4cde104142253bdce.css.map*/