<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------
  Bloque tÃ­tulo
  -------------*/
.title-content-container.search-space .title-content,
.title-content-container.search-artist .title-content,
.title-content-container.search-events .title-content {
    height: 377px;
    padding-top: 60px;
}

.title-content-container.search-space .title-content{
    background-image: url("../img/backgrounds/search_areas.jpg");
}
.title-content-container.search-artist .title-content{
    background-image: url("../img/backgrounds/search_artists.jpg");
}
.title-content-container.search-events .title-content{
    background-image: url("../img/backgrounds/search_events.jpg");
}

.title-content .title {
    width: 100%;
    margin: auto;
}
.title-content .title img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: auto;
}

.title-content .title .head-guitar-icon {
    height: 80px;
    width: auto;
}

@media (max-width: 767px) {
    .title-content .title .head-guitar-icon {
        height: 50px;
        width: auto;
    }

    .title-content .title img {
        height: 45px;
        width: auto;
    }
}

.title-content .title h1 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 41px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;

    margin-top: 22px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.title-content .title span {
    color:  #ffffff;
    font-size: 19px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
}

/*---------------
  Bloque buscador
  ---------------*/
#search-column {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;

    border-radius: 6px 0 0 6px;
}

.search-group {
    position: relative;
    padding-left: 55px;
    margin-bottom: 15px;
}

.search-group .label-icon {
    color: #3fa9f5;
    font-size: 19px;
    font-weight: 400;

    width: 20px;
    text-align: center;
}
#search-column .search-group .label-icon {
    position: absolute;
    left: 20px;
}

#search-column .search-group .guitar-icon:before {
    content:"";
    position: absolute;
    left: 20px;
    width:20px;
    height:20px;

    background: url("../img/icons/icon_guitar.png") no-repeat center;
    background-size: contain;
}

.search-group label {
    color:  #3fa9f5;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}
/*---------------------------
  Tipos de input del buscador
  ---------------------------*/
.search-group input,
.search-group select,
.search-input .select2 .select2-selection {
    background-color: transparent;
    font-size: 16px;
    line-height: 15px;
    max-width: 270px;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #3fa9f5;
    border-radius: 4px;
    padding: 10px 20px;
    /* height: auto; */
    height: 50px;
}

.select2-search input{
    height: 25px;
}

.select2 .select2-selection {
    overflow: hidden;
}

.search-input .select2-selection {
    position: relative;
}

.search-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -7px;
    height: 14px;
    right: 7px;
}

.search-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    height: auto;
    width: auto;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
}

.search-input .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    font-family: FontAwesome;
    content: "\f078";
    color:  #3fa9f5;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.search-group input::placeholder {
    color:  #999999;
    font-weight: 300;
    line-height: 16px;
}
.search-group select option,
.search-group select {
    color:  #4c4c4c;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
}

.range {
    margin-top: 10px;
    margin-bottom: 20px;
}

.range-max,
.range-min,
.range-separator {
    color:  #4c4c4c;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
}

.tiny-text {
    color:  #808080;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
}

.range-container .ui-widget.ui-widget-content {
    height: 5px;
}

.ui-widget.ui-widget-content {
    width: 90%;
    max-width: 250px;

    background-color: #ffffff;
    border: 0;
    z-index: 10 !important;
}

.ui-datepicker {
    /* Datepicker no calcula bien la posiciÃ³n vertical por el "fixed" del "header"
     * asÃ­ que subimos el margen hacia arriba el nÃºmero de pÃ­xeles mÃ­nimo de dicho header */
    margin-top: -85px;
}

.ui-datepicker .ui-datepicker-title {
    color: #ffffff;
}

.ui-widget-header {
    background-color: #3daaf5;
}

.ui-slider .ui-slider-handle {
    border: 0;
    border-radius: 50%;
    background-color: #3daaf5;
    height: 21px;
    width: 21px;
    margin-top: -5px;
}

.characteristics {
    margin-top: 10px;
}

.characteristic-container {
    display: block;
    cursor: pointer;
}
.search-group label.characteristic-container {
    color: #b2b4b5;
}
.search-group label.characteristic-container:hover,
.search-group label.characteristic-container.checked {
    color: #3fa9f5;
}
.characteristics .characteristic_icon_container {
    display: inline-block;
    width: 21px;
    text-align: center;
}
.characteristics .characteristic_icon {
    filter: grayscale(100%);
    opacity: 0.8;
}
.search-group label.characteristic-container:hover .characteristic_icon,
.search-group label.characteristic-container.checked .characteristic_icon {
    filter: grayscale(0);
    opacity: 1;
}

.search-button {
    width: 100%;
    border: 0;
    background-color: #3daaf5;;
    color: #ffffff;
    padding: 16px 0;
    border-radius: 6px;

    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}
.search-button .fa {
    margin-left: 12px;
    font-size: 20px;
    font-weight: 400;
}
#search-row .search-button {
	width: 160px;
	height: 35px;
	padding: 7px;
	font-size: 16px;
	position: absolute;
	z-index: 5;
	top: 253px;
	right: 40px;
}

.soundcloud-iframe {
    height: 66px;
}

/*------------------
  SecciÃ³n resultados
  ------------------*/

#result-column {
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 0 6px 6px 6px;
}

#result-column .results {
    padding-left: 25px;
    padding-right: 25px;
}

#result-column .results {
    margin-top: 25px;
}

#result-column .result {
    border-bottom: 1px solid #dadbdc;
    margin-bottom: 30px;
    position: relative;
}

#result-column .details-col {
    margin-bottom: 35px;
}

#result-column .flex-bottom {
    display: flex;
    align-items: flex-end;
}

#result-column .img-col {
    text-align: center;
}

#result-column .profile-img {
    display: block;
    height: 130px;
    width: 130px;
    max-width: 100%;
    margin: auto;
    margin-top: 0;
}

#result-column .artist-area-name {
    color:  #231f20;
    font-size: 26px;
    font-weight: 700;
}

#result-column .artist-area-name-container a:hover {
    text-decoration:none;
}


#result-column .artist-area-name-container {
    margin-bottom: 0;
    text-align: left;
}

#result-column .score-fans span,
#result-column .score-fans strong {
    font-size: 11px;
}

#result-column .score-fans .current-score {
    display: inline;
}

#result-column .score-fans .current-score  .fa.full-star:before {
    content: "\f005";
}

#result-column .score-fans .current-score  .fa.half-star:before {
    content: "\f123";
}

#result-column .score-fans .current-score  .fa.empty-star:before {
    content: "\f006";
}

#result-column .score-fans .num-votes {
    margin-left: 7px;
}

#result-column .score-fans .num-fans {
    margin-left: 4px;
}

#result-column .score-fans .num-votes-label {
    text-transform: uppercase;
}

#result-column .score-fans .fa-star-o {
    font-size: 13px;
}

#result-column .images {
    width: 100%;
}

.right.space-results {
    margin-top: 90px;
}
.right.space-results .info {
    margin-top: 17px;
}

#result-column .images img {
    float: left;
    display: block;
    width: 33.333333333%;
    height: auto;
    padding: 0 1px;
}

.soundcloud-iframe {
    margin-left: -15px;
    width: auto;
}

.bandcamp-iframe {
    position: relative;
    top: 54px;
}

#result-column .info a {
    display: block;
    float: right;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #ff5357;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

/*--------------
  Buscar eventos
  --------------*/

#search-row {
    position: relative;

    background-color: #ffffff;
    border-radius: 4px 4px 0 0;

    padding-top: 30px;
    padding-bottom: 30px;
}

#results-row .result {
    padding: 27px 0;
}
#results-row .result:not(:last-child) {
    padding-bottom: 0;
}
#results-row .result:not(:last-child)::after {
    content: "";
    border-bottom: 1px solid #dadbdc;
    padding-top: 27px;
    display: block;
    margin-left: 62px;
    margin-right: 40px;
}

#results-row .result.featured {
    background-color: #d9eefd;
    position: relative;
}


.featured-star {
    font-size: 46px;
    text-align: center;
    font-weight: 400;
    color: #3fa9f5;
    /*Centrado vertical*/
    position: absolute;
    top: 50%;
    margin-top: -23px;
    /* mitad fuera de la caja */
    width: 46px;
    left: -23px;
}

#results-row .result .top {
    margin-top: 20px;
}

#results-row {
    background-color: #f7f7f7;
    border-radius: 0 0 4px 4px;
}

#search-row .search-group {
    padding-left: 0;
}

#search-row .search-group .label-icon {
    font-size: 25px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 8px;
}

#results-row .map-toggle-button {
    position: absolute;
    top: -16px;
    right: 230px;
    z-index: 1;
}

.map-toggle-button {
    text-align: right;
}

.map-toggle-button .button {
    display: inline-block;
    background-color: #3daaf5;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 4px;
    vertical-align: middle;

    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.map-toggle-button .button:hover {
    text-decoration: none;
}

.map-toggle-button .button .fa {
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 10px;
}

#map {
    margin-top: 40px;
}

#results-row img {
    width: 145px;
    width: 100%;
    border-radius: 5px;
}

#results-row .date-container {
    margin-top: 34px;
}

#results-row .date {
    color: #ff5357;
    text-transform: uppercase;
    margin-left: 50px;
}

#results-row .date .day {
    display: block;

    font-size: 40px;
    font-weight: 900;
    line-height: 36px;
}

#results-row .date .weekday,
#results-row .date .month {
    display: block;

    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

#results-row .date-separator {
    margin-left: 50px;
    width: 44px;
    border-color: #ff5357;
    margin-top: 15px;
}

#results-row .top .date {
    overflow: hidden;
    margin-bottom: 8px;
}

#results-row .top .date span {
    display: block;
    float: left;
    margin-right: 3px;
    font-size: 12px;
    line-height: 12px;
}

#results-row .city {
    margin-left: 50px;
    color:  #231f20;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

#results-row .event-image {
    width: 130px;
    height: 150px;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
}

#results-row .event-name a {
    color:  #231f20;
    font-size: 26px;
    font-weight: 700;
}

#results-row .event-name a:hover {
    text-decoration: none;
}

#results-row .space-name {
    color: #58585a;
    font-size: 16px;
    font-weight: 700;
}

#results-row .genre {
    font-size: 13px;
    display: inline;
}

#results-row .genre:not(:last-child)::after {
    content: "/";
    margin-left: 3px;
    margin-right: 3px;
}

#results-row .bottom {
    margin-top: 12px;
    overflow: hidden;
}

.no-results {
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-results .img-col {
    text-align: right;
}

.no-results .img-col img {
    width: 100%;
    max-width: 110px;
}

#results-row .assist-button-container {
    float: left;
    overflow: hidden;
    height: 35px;

    width: 20%;
}

#results-row .assist.button {
    color:  #ffffff;
    font-size: 14px;
    line-height: 35px;
    font-weight: 700;

    background-color: #3daaf5;
    padding: 10px 18px;
    border-radius: 18px;
    height: 35px;

}

#results-row .assist.button .fa {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}


#results-row .bands-container {
    float: left;

    width: 60%;
}

#results-row .bands-container .highlight {
    display: block;
    float: left;
    width: 15%;

    text-transform: uppercase;
    color:  #3fa9f5;
    font-size: 12px;
    font-weight: 300;
}

#results-row .bands-container .bands {
    display: block;
    float: left;
    width: 85%;
    padding-left: 16px;
    border-left: 1px solid #dadbdc;
}
#results-row .bands-container .band {
    display: inline;
    font-size: 12px;
}
#results-row .event-search-music-genres {
    margin-top: 10px;
}
#results-row .event-search-tag {
    display: inline;
    font-size: 13px;
}

#results-row .bands-container .band:not(:last-child)::after,
#results-row .event-search-tag:not(:last-child)::after {
    content: " / ";
    color:  #3fa9f5;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

#results-row .event-search-tag:not(:last-child)::after {
    color: #b3b3b3;
}

#results-row .info-container {
    float: right;
    width: 20%;
}

#results-row .info-container .button {
    color:  #ffffff;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    font-weight: 700;

    width: 100%;
    text-align: center;

    background-color: #ff5357;
    display: block;
    max-width: 110px;
    margin: 0 auto;
    border-radius: 4px;
}

#results-row.map-search {
    padding-top: 32px;
    padding-bottom: 16px;
}

.tooltip {
    padding: 20px;
}

.tooltip .tooltip-date {
    color:  #ff5357;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
}

.tooltip .space_name {
    font-family: 'Roboto Slab', serif;
    color: #717273;
    font-size: 12px;
    font-weight: 700;
}

.tooltip .name {
    font-family: 'Roboto Slab', serif;
    color:  #231f20;
    font-size: 16px;
    font-weight: 700;
}

.tooltip .more-info {
    margin-top: 4px;
    display: inline-block;
    background-color: #ff5357;
    color: #ffffff;
    font-weight: 600;
    padding: 6px;
    border-radius: 4px;

}

.tooltip.featured .tooltip-date {
    color: #3fa9f5;
}
.tooltip.featured .more-info {
    background-color: #3fa9f5;
}

.no-results .highlighted:after {
    content: "!";
    font-family: "Roboto", sans-serif;
    font-style: italic;
}
.no-results .highlighted {
    display: block;
    font-family: 'Roboto Slab', serif;
    color:  #3fa9f5;
    font-size: 40px;
    font-weight: 700;

    margin-bottom: 15px;
}

.no-results h2 {
    color:  #666666;
    font-size: 17px;
    font-weight: 300;
    line-height: 21px;
}
.no-results h2 strong:after {
    content: "";
    display: block;
}
.no-results h2 strong {
    font-family: 'Roboto Slab', serif;
    color:  #231f20;
    font-size: 26px;
    font-weight: 700;
}

/*---------
  Paginador
  ---------*/
.paginator-container {
    text-align: center;
}

.pagination&gt;li&gt;a, .pagination&gt;li&gt;span,
.pagination&gt;.disabled&gt;span, .pagination&gt;.disabled&gt;span:hover,
.pagination&gt;.disabled&gt;span:focus, .pagination&gt;.disabled&gt;a,
.pagination&gt;.disabled&gt;a:hover, .pagination&gt;.disabled&gt;a:focus {
    background-color: transparent;
    color: #999999;
}
/* ACTIVE */
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span:hover,
.pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;span:focus {
    background-color: transparent;
    color: #3fa9f5;
    border-color: #dddddd;
    font-weight: 700;
}

.pagination&gt;li:not(.disabled) .fa {
    color: #3fa9f5;
    font-weight: 700;
}
/*-------------
  Fin paginador
  -------------*/
/*CHECHS*/
.container-check {
    display: block;
    position: relative;
    padding-left: 55px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1200px) {
    #result-column .info-link {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 1199px) {
    #result-column .flex-bottom {
        display: block;
    }

    #results-row .date-container .pull-down-left {
        padding-left: 12px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .search-group {
        padding-right: 15px;
    }

    #result-column .flex-bottom.right {
        display: block;
        padding-top: 40px;
    }

    #result-column .images,
    #result-column .soundcloud-widget-container {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    #result-column .info {
        width: auto;
        float: none;
        margin: 6px auto 0;
    }

    #result-column .profile-img {
        height: 120px;
        width: 120px;
    }
}

@media (min-width: 992px) {
    #result-column .row-details {
        position: relative;
    }
    #result-column .score-fans .fans-number,
    #result-column .score-fans .score {

        text-align: left;
    }

    #result-column .extra-info-link {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #result-column .row-extra-info-link {
        position: relative;
    }
    .score-fans {
        margin-bottom: 35px;
    }
    .artist-area-name-container,
    .score-fans {
        text-align: left;
    }
}

@media (max-width: 1199px) {
    #results-row .date,
    #results-row .date-separator,
    #results-row .city {
        margin-left: 0;
    }

    #results-row .event-image {
        max-width: 100%;
        height: auto;
    }

    #results-row .assist-button-container {
        width: 30%;
        margin-bottom: 12px;
    }

    #results-row .bands-container {
        width: 70%;
        margin-bottom: 12px;
    }

    #results-row .info-container {
        clear: both;
        width: 100%;
        float: none;
    }

    #results-row .info-container .button {
        float: right;
    }

    #results-row .info-container a {
        width: auto;
        display: inline-block;
        margin: 0 auto;
    }
    .soundcloud-iframe {
        margin-left: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #result-column .artist-area-name-container {
        height: auto;
    }
    #search-row .search-button {
        top: 463px;
    }


}

@media (max-width: 991px) {
    #result-column .img-col {
        margin-top: 60px;
    }

    #result-column .no-results .img-col {
        margin-top: 0;
    }

     #result-column .artist-area-background {
        background: no-repeat center;
        background-size: cover;

        position: absolute;
        top: 0;

        width: 100%;
        height: 162px;
    }
    #result-column .artist-area-background:after {
        content: '';
        position:absolute;
        top: 0;
        margin-top: 110px;

        width: 100%;
        height: 52px;

        background: linear-gradient(to top, #000000, rgba(0,0,0,0))
    }

    .details-col .left {
        margin-left: 0;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 20px;
    }

    #result-column .artist-area-name-container {
        margin-top: 10px;
        text-align: center;
    }

    #result-column .artist-area-name {
        font-size: 22px;
    }

    #result-column .info {
        width: 100%;
    }
    #result-column .info a {
        float: none;
    }
    .details {
        margin-bottom: 15px;
    }
    .detail .detail-value {
        max-width: 100%;
    }
    .soundcloud-iframe {
        height: 100px;
    }
    #result-column .info {
       margin-left: 0;
       margin-right: 0;
       margin-top: 10px;
    }
}

@media (max-width: 767px) {
    #search-column {
        border-radius: 0;
    }

    #result-column .results {
        margin-top: 40px;
    }

    #search-row {
        padding-bottom: 40px;
    }

    #search-row .search-button {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        width: 100%;
        height: 52px;
    }

    #result-column {
        padding-top: 0;

        border-radius: 0 0 6px 6px;
    }

    #result-column .map-toggle-button .button {
        width: 100%;
        text-align: center;
        line-height: 30px;
    }

    #results-row .map-toggle-button {
        position: relative;
        right: auto;
    }

    #results-row .map-toggle-button .button {
        width: 100%;
        text-align: center;
        line-height: 38px;
    }

    #results-row .assist-button-container,
    #results-row .bands-container {
        width: 100%;
        float: none;
        clear: both;
        overflow: hidden;
    }

    #results-row .assist-button-container {
        margin-top: 15px;
        text-align: center;
    }

    #result-column .results {
        padding-left: 0;
        padding-right: 0;
    }

    #result-column .result {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .right.space-results {
        margin-top: 14px;
        padding: 0;
        padding-right: 30px;
    }

    #results-row .bands-container .bands {
        border: 0;
        padding-left: 0;
    }
    #results-row .info-container .button {
        max-width: none;
    }
    #results-row .assist-responsive.button {
        text-align: center;
        border: 1px solid #c6c8c9;
        border-radius: 4px;
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
        width: 80%;
        height: auto;
        margin: 14px auto 0;
    }
    #results-row .assist-responsive.button .fa {
        font-size: 24px;
        display: block;
        margin: 0 auto;
    }
    #results-row .result .top {
        margin-top: 0;
    }

    .featured-star {
        margin-top: 0;
        top: auto;
        right: 9px;
        left: auto;
        bottom: 64px;
    }
}

@media (max-width: 580px) {
    #result-column .info a {
        float: none;
    }

	.title-content-container.search-space .title-content,
	.title-content-container.search-artist .title-content,
	.title-content-container.search-events .title-content {
		height: 250px;
		padding-top: 1px;
	}
	.title-content-container.search-space .title-content img,
	.title-content-container.search-artist .title-content img,
	.title-content-container.search-events .title-content  img{
		display: none;
	}

	#search-column{
		padding-top: 15px;
	}
	.search-group{
		margin-bottom: 15px;
	}
	.search-group input, .search-group select, .select2 .select2-selection{
		padding: 4px 20px;
		height: 35px;
	}
	#result-column .row-details{
		display:none;
	}

}

.fan-link-list {
    color: #ff5357;
    font-size: 12px;
    font-weight: 700;

    display: inline-block;
    height: 32px;
    line-height: 32px;

    border: 1px solid #ffaaac;
    border-radius: 16px;

    padding: 0 26px;
    float: right;
}

.fan-link-list .fa {
    color: #ffaaac;
    margin-right: 6px;
}

.fan-link-list:hover {
    text-decoration: none;
    color: #ff5357;
}

.extra-detail {
  min-height: 80px;
}
</pre></body></html>