p.quotation::first-line {
    line-height: 50px;
    height: 50px;
}

.sidebyside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sidebyside-outer {
    flex-grow: 1;
}

.sidebyside-inner {
    align-self: stretch;
    position: relative;
}

.crafting-tier {
    padding: 12px 8px !important;
}

.crafting-tier .itemtext {
    width: 100%;
    font-size: 1.8em;
}

.crafting-block {
    border-top: 1px dashed rgba(255, 255, 255, 0.25);
}

.crafting-block:not(:last-child) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

.crafting-items {
    padding: 0 0 8px 0 !important;
}

.crafting-items > a {
    display: block;
    padding-bottom: 8px;
}

.swtorbubble.crafting-tier {
    font-family: Eurofont;
}

.swtorbubble.crafting-tier ul {
    padding: 8px 0 8px 24px;
}

.torctip_image {
    display: inline-block;
}

.torctip_image img.small_image {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 3px;
}

body.body-overlay-light .crafting-subtitle {
    display: block;
    font-size: 1.4em;
    line-height: 1.4em !important;
    color: #7cd1f7;
    text-shadow: -1px -1px 2px #15415b, 1px 1px 2px #15415b, 1px -1px 2px #15415b, -1px 1px 2px #15415b;
    padding: 4px 0 !important;
    font-family: Eurofont;
}

body.body-overlay-dark .crafting-subtitle {
    display: block;
    font-size: 1.4em;
    line-height: 1.4em !important;
    color: #7cd1f7;
    text-shadow: -1px -1px 1px #15415b, 1px 1px 1px #15415b, 1px -1px 1px #15415b, -1px 1px 2px #15415b;
    padding: 4px 0 !important;
    font-family: Eurofont;
}

@media only screen and (min-width: 1500px) {
    .sidebyside-outer {
        width: 300px;
    }

    .sidebyside-inner {
        margin: 0 10px;
        border-left: 1px dashed rgba(255, 255, 255, 0.25);
        border-right: 1px dashed rgba(255, 255, 255, 0.25);
        width: 95px;
    }

    .sidebyside-inner > div {
        height: 100%;
        position: absolute;
        top: 38%;
        padding: 0 5px;
    }

    .flexbox .swtorbubble {
        width: 25%;
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1499px) {
    .sidebyside-outer {
        width: 300px;
    }

    .sidebyside-inner {
        margin: 0 10px;
        border-left: 1px dashed rgba(255, 255, 255, 0.25);
        border-right: 1px dashed rgba(255, 255, 255, 0.25);
        width: 95px;
    }

    .sidebyside-inner > div {
        height: 100%;
        position: absolute;
        top: 38%;
        padding: 0 5px;
    }

    .flexbox .swtorbubble {
        width: 25%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1249px) {
    .sidebyside-outer {
        width: 100%;
    }

    .sidebyside-inner {
        margin: 0 auto 15px auto;
        border-top: 1px dashed rgba(255, 255, 255, 0.25);
        border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
        width: 100%;
        text-align: center;
    }

    .flexbox .swtorbubble {
        width: 35%;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1023px) {
    .sidebyside-outer {
        width: 100%;
    }

    .sidebyside-inner {
        margin: 0 auto 15px auto;
        border-top: 1px dashed rgba(255, 255, 255, 0.25);
        border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
        width: 100%;
        text-align: center;
    }

    .flexbox .swtorbubble {
        width: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .sidebyside-outer {
        width: 100%;
    }

    .sidebyside-inner {
        margin: 0 auto 15px auto;
        border-top: 1px dashed rgba(255, 255, 255, 0.25);
        border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
        width: 100%;
        text-align: center;
    }

    .flexbox .swtorbubble {
        width: 35%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .sidebyside-outer {
        width: 100%;
    }

    .sidebyside-inner {
        margin: 0 auto 15px auto;
        border-top: 1px dashed rgba(255, 255, 255, 0.25);
        border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
        width: 100%;
        text-align: center;
    }

    .flexbox .swtorbubble {
        width: 35%;
    }
}

@media only screen and (max-width: 480px) {
    .sidebyside-outer {
        width: 100%;
    }

    .sidebyside-inner {
        margin: 0 auto 15px auto;
        border-top: 1px dashed rgba(255, 255, 255, 0.25);
        border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
        width: 100%;
        text-align: center;
    }

    .flexbox .swtorbubble {
        width: 40%;
    }
}

a.anchor {
    top: -85px;
}
