.create-new-section {
    display: block;
    text-align: center;
    width: 100%;
    background-color: transparent;
    padding: 64px 0;
    margin: 16px 0;
    border: 1px solid gray;
    transition: color 0.3s, background-color 0.3s;
    color: black;
    background-color: white;
}

    .create-new-section:hover {
        background-color: #222;
        color: white;
        text-decoration: none;
    }


/*



    The styling below is copied directly from GenPageBuilder on a time crunch
    Half of it will be unused and unnecessary



*/
.gen-article {
    margin: 0 !important;
}

.gen-article-section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ga-hwu-outlook {
    background-image: url('https://view.publitas.com/10836/1496899/pages/948748d1-c656-4b6a-88ec-9a6073e2c382-at1000.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #710a2c;
    margin-bottom: 30px;
    text-align: center;
}

.ga-hwu-outlook-background {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
    padding-top: 135.897%;
}

.ga-hwu-outlook button {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    color: white;
    background-color: #710a2c;
    border: none;
    padding: 8px 20px;
    font-weight: bold;
    transition: background-color 0.3s;
}

    .ga-hwu-outlook button:hover {
        background-color: #480014;
        border: none;
        padding: 8px 20px;
    }

.filled-section {
    height: 100%;
    word-wrap: break-word;
}

.ga-editable > .filled-section,
.empty-section {
    position: relative;
    width: 100%;
    padding: 48px 0 0px 0;
    outline: 1px solid black;
    margin: 8px 0;
    min-height: calc(100% - 16px);
}

.filled-accord-section {
    padding: 50px 0 !important;
}

.filled-section .tag {
    display: none;
}

.ga-editable > .filled-section .tag,
.empty-section .tag {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #222;
    padding: 4px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    min-height: 48px;
}

.empty-section {
    padding-left: 16px;
    padding-right: 16px;
}

    .empty-section div {
        display: inline-block;
    }

.ga-edit-link:visited,
.ga-edit-link {
    color: black;
}

.empty-section .tag a,
.filled-section .tag a {
    color: white;
}


.ga-edit-link:hover {
    color: rgba(0,0,0,0.6);
}

.empty-section .tag a:hover,
.filled-section .tag a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.empty-section .tag svg,
.filled-section .tag svg {
    transform: scale(0.8);
}

div:not(.ga-editable) > .empty-section {
    display: none;
}

.red {
    color: red;
}

.ga-divider {
    user-select: none;
    color: rgba(0,0,0,0.5);
    margin: 0 5px;
}

.ga-headline {
    font-family: Garamond Pro, Garamond;
    font-weight: bold;
}

.ga-tagcontainer {
    padding: 0px 10px 50px;
}

.ga-tags {
    width: 100%;
    background-color: white;
    overflow-wrap: break-word;
    padding: 5px;
    border-top: 2px solid #710a2c;
}

.ga-taghead {
    font-family: helvetica neue, Helvetica;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.ga-tags span {
    font-family: helvetica neue, Helvetica;
    background-color: #710a2c;
    color: white;
    border-radius: 25px;
    padding: 3px 6px;
    margin: 0 3px 0 0;
    font-size: 12px;
    user-select: none;
    cursor: pointer;
    white-space: nowrap
}

.ga-display-selector {
    position: relative;
    display: inline-block;
    color: white;
}

.ga-display-options {
    position: absolute;
    top: 100%;
    background-color: white;
    border: 1px solid gray;
    color: black;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
}

.ga-colsize-item.active {
    pointer-events: none;
}

.ga-display-selector:hover .ga-display-options {
    opacity: 1;
    pointer-events: all;
}

.ga-display-options input {
    pointer-events: none;
}

.ga-display-options div {
    display: block;
    white-space: nowrap;
}

.ga-setting-item,
.ga-colsize-item,
.ga-dop-item {
    padding: 4px;
    user-select: none;
}

    .ga-setting-item.loading,
    .ga-colsize-item.loading,
    .ga-dop-item.loading {
        cursor: progress;
        content: '';
    }

.ga-loader {
    display: none;
}

.ga-setting-item .ga-loader,
.ga-dop-item .ga-loader,
.ga-colsize-item .ga-loader,
.ga-load-colchange .toggle-halfsize,
.ga-load-move .movtest {
    display: none;
}

.ga-load-colchange .ga-col-loader,
.ga-load-move .ga-loader,
.ga-colsize-item.loading .ga-loader,
.ga-setting-item.loading .ga-loader,
.ga-dop-item.loading .ga-loader {
    border: 1px solid black;
    border-radius: 100%;
    border-top: none;
    border-right: none;
    height: 13px;
    width: 13px;
    animation: slidein 1s linear forwards infinite;
    display: inline-block;
}

.ga-setting-item .ga-col-loader,
.ga-load-colchange .ga-col-loader,
.ga-load-move .ga-loader {
    height: 15px;
    width: 15px;
    margin: 0 3px;
    border-color: white;
}

.ga-setting-item.loading input,
.ga-colsize-item.loading input,
.ga-dop-item.loading input {
    display: none;
}

@keyframes slidein {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ga-setting-item:hover,
.ga-colsize-item:hover,
.ga-dop-item:hover {
    cursor: pointer;
    background-color: lightgray;
}

.ga-setting-item input:hover,
.ga-colsize-item input:hover,
.ga-dop-item input:hover {
    cursor: pointer;
}

.tav-container h3,
.ga-text-image h3,
.ga-text-content h3 {
    font-family: Garamond Pro, Garamond;
    font-weight: bold;
}

.ga-image {
    position: relative;
    width: fit-content;
    height: auto;
    margin: 30px auto 40px auto;
}

    .ga-image img {
        height: auto;
        max-width: 100%;
    }

    .ga-cti-container .ga-cti-image span,
    .ga-image span {
        display: block;
        font-family: helvetica neue, Helvetica;
        padding: 8px 20px;
        color: white;
        background-color: #710a2c;
    }

.ga-cti-container .ga-cti-image {
    position: relative;
    max-width: 50%;
}

    .ga-cti-container .ga-cti-image.right {
        float: right;
        margin: 0 0 0 30px;
        min-width:300px;
    }

    .ga-cti-container .ga-cti-image.left {
        float: left;
        margin: 0 30px 0 0;
        min-width: 300px;
    }

    .ga-cti-container .ga-cti-image.top {
        float: unset;
        display: block;
    }

    .ga-cti-container .ga-cti-image img {
        width: 100%;
        object-fit: contain;
    }

/* Vimeo video styling */

.filled-section > .ga-video-content {
    padding: 40px 0;
}

.ga-video-content {
    width: 100%;
}

.ga-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

    .ga-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ga-video-content span {
    display: block;
    font-family: helvetica neue, Helvetica;
    padding: 8px 20px;
    color: white;
    background-color: #710a2c;
}

.tav-container .ga-video-content {
    width: 50%;
}

.ga-video-content.right {
    float: right;
    margin: 0 0 0 10px;
}

.ga-video-content.left {
    float: left;
    margin: 0 10px 0 0;
}

/* Icons */
.gg-calendar-today {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1)) translateY(15%);
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-top: 4px solid;
    border-radius: 3px;
    user-select: none;
}

    .gg-calendar-today::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        background: currentColor;
        height: 4px;
        width: 4px;
        border-radius: 2px;
        right: 2px;
        bottom: 2px
    }

.gg-time {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px currentColor;
    user-select: none;
}

    .gg-time::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 7px;
        height: 7px;
        border-left: 2px solid;
        border-bottom: 2px solid;
        top: 1px;
        left: 5px
    }

.gg-profile,
.gg-profile::after,
.gg-profile::before {
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 100px
}

.gg-profile {
    overflow: hidden;
    transform: scale(var(--ggs,1)) translateY(25%);
    width: 22px;
    height: 22px;
    position: relative;
    user-select: none;
}

    .gg-profile::after,
    .gg-profile::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 5px;
        width: 8px;
        height: 8px
    }

    .gg-profile::after {
        border-radius: 200px;
        top: 11px;
        left: 0px;
        width: 18px;
        height: 18px
    }

/* Donation Component */
.donationModule p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: 300;
}

.donationModule {
    max-width: 1000px;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.donation-form {
    margin: 25px;
    width: unset;
}

    .donation-form input[type="number"] {
        font-size: 25px;
        width: 85%;
        max-width: 440.8px;
    }

    .donation-form label {
        border: 1px solid #710a2c;
        border-radius: 5px;
        font-weight: bold;
        padding: 10px 15px;
        cursor: pointer;
        margin: 0 10px 15px 0;
        transition: all 0.5s ease-in-out;
    }

    .donation-form input[type="radio"] {
        display: none;
    }

        .donation-form input[type="radio"]:checked + label {
            background-color: #710a2c;
            color: white;
        }

        .donation-form input[type="radio"] + label:hover {
            background-color: #710a2c;
            color: white;
        }

.dollarSign {
    display: inline-block;
    margin-right: 15px;
    font-size: 23px;
    font-weight: bold;
}

.donation-form [type="submit"] {
    border: 1px solid #710a2c;
    background-color: #710a2c;
    font-weight: bold;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

    .donation-form [type="submit"]:hover {
        background-color: #710a2ccc;
    }

.collegeInfo_donationForm {
    border-radius: 10px;
    background-color: #710a2c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-to-the-knee {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid white;
    position: absolute;
    top: 15%;
    left: 0;
}

.arrow-to-the-knee-sm {
    display: none;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid white;
    position: absolute;
    top: 0;
    left: 10%;
}

.collegeInfo_text {
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    padding: 25px;
}

.ga-cblock {
    background-color: #710a2c;
    color: white;
    padding: 8px 20px;
    font-size: 22px;
    margin: 30px 0;
    text-align: center;
}

.ga-vspacer {
    margin: 30px 0;
}

@media only screen and (max-width: 992px) {
    .arrow-to-the-knee {
        display: none;
    }

    .arrow-to-the-knee-sm {
        display: block;
    }
}

@media only screen and (max-width: 720px) {
    .donation-form label,
    .donation-form [type="submit"] {
        width: 89%;
    }

    .donation-form input[type="number"] {
        width: calc(85% - 22px);
    }

    .ga-cti-image {
        width: 70% !important;
    }

    .ga-cti-container .ga-cti-image.right {
        float: right;
        margin: 0 0 0 10px;
        max-width: 70% !important;
    }

    .ga-cti-container .ga-cti-image.left {
        float: left;
        margin: 0 10px 0 0;
        max-width: 70% !important;
    }
}

@media only screen and (max-width: 600px) {
    .ga-cti-image {
        width: 100% !important;
    }

    .ga-cti-container .ga-cti-image.right {
        float: right;
        margin: 0 0 0 5px;
        max-width: 100% !important;
    }

    .ga-cti-container .ga-cti-image.left {
        float: left;
        margin: 0 5px 0 0;
        max-width: 100% !important;
    }
}

/* Profile Section Styling */
.staff-member-bar {
    background-color: #4d021b;
    width: 100%;
    color: white;
    margin-top: 4rem;
    outline: 2px solid #4d021b;
    outline-offset: 2px;
    z-index: 1;
    position: relative;
}

.staff-member img {
    z-index: 2;
    position: relative;
    width: 250px;
    height: auto;
    float: left;
    margin: -15px 15px 0 45px;
    width: 250px;
    border: 6px solid #4d021b;
    outline: 2px solid white;
    outline-offset: -4px;
}

.staff-member {
    padding: 1rem .3rem 0 .3rem;
}

.staff-member-name {
    font-size: 2rem;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
    .staff-member img {
        float: none;
        display: block;
        margin: auto;
        top: -25px;
        outline: 2px solid white;
    }

    .staff-member-bar {
        margin-top: 2rem;
    }

    .staff-member-name {
        margin-top: -25px;
        text-align: center;
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .staff-member-title {
        text-align: center;
    }
}

/* Horizontal Rule Stylings */
.ga-horizontal-rule {
    margin: 15px 0 40px;
}

.hr-plain,
.hr-seal,
.hr-cofo,
.hr-hwu {
    position: relative;
    width: 100%;
    height: 50px;
    user-select: none;
    pointer-events: none;
}

.hr-cofo {
    height: 25px;
}

.hr-line {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
}

.hr-hwu .hr-line {
    width: calc((100% - 32.375px) / 2);
}

.hr-cofo .hr-line {
    width: calc((100% - 280.462px) / 2);
}

.hr-seal .hr-line {
    width: calc((100% - 50.100px) / 2);
}

.hr-line div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 3px solid black;
}

.hr-seal img,
.hr-cofo img,
.hr-hwu img {
    float: left;
}

.hr-hwu img,
.hr-seal img {
    height: 50px;
}

.hr-cofo img {
    height: 25px;
    margin-left: 3px;
}

/* Recommended Articles */

.ga-recommends {
    padding-top: 40px;
}

    .ga-recommends .garec-col {
        min-height: 200px;
        margin: 15px 0;
    }

    .ga-recommends .ga-rectitle {
        font-weight: 300;
        font-size: 36px;
        padding-bottom: 5px;
        display: inline-block;
    }

.ga-recommended-article {
    position: relative;
    background-color: #710a2c;
    /*padding: 10px;*/
    color: white;
    min-height: 100%;
    background-image: repeating-radial-gradient( circle at 0 0, transparent 0, #800000 10px ), repeating-linear-gradient( #710a2c33, #710a2c77 );
}

    .ga-recommended-article:hover {
        background-image: repeating-radial-gradient( circle at 0 0, transparent 0, #900000 10px ), repeating-linear-gradient( #710a2c33, #710a2c77 );
        cursor: pointer;
    }

    .ga-recommended-article h5 {
        color: white;
        font-family: helvetica neue, Helvetica;
        font-weight: 300;
        font-size: 20px;
        text-shadow: 0 0 5px 0 black;
        padding: 10px;
        padding-bottom: 5px;
        background-color: rgba(0,0,0,0.5);
        border-bottom: 3px solid #ffffff99;
    }

    .ga-recommended-article a {
        position: absolute;
        right: 10px;
        bottom: 10px;
        border: none;
        background-color: #a50e40;
        color: white !important;
        padding: 8px 20px;
        transition: background-color 0.3s;
    }

        .ga-recommended-article a:hover {
            background-color: #8c0c36;
            color: white;
            text-decoration: none;
        }


/* Empty Section Links */
div.ga-emp-header {
    display: block;
    border-bottom: 1px solid black;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
}

.veclink img {
    width: 100px;
}

.veclink::after,
.veclink::before {
    content: '';
    opacity: 0;
    transition: opacity 0.3s;
}

.veclink:hover::before {
    position: absolute;
    border: 1px solid black;
    border-radius: 10px;
    padding: 8px 20px;
    transform: translate(calc(-50% + 50px), calc(-100% - 5px));
    width: fit-content;
    background-color: white;
    box-shadow: 0 0 5px 0 gray;
    color: black !important;
    opacity: 1;
}

.veclink:hover::after {
    content: '';
    position: absolute;
    background-color: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 7px;
    height: 7px;
    transform: translate(calc(-50% - 50px), calc(-100%));
    opacity: 1;
}

.vec-textlink:hover::before {
    content: 'Add Text Content Block';
}

.vec-tai:hover::before {
    content: 'Add Text and Image Block';
}

.vec-tav:hover::before {
    content: 'Add Text and Video Block';
}

.vec-ci:hover::before {
    content: 'Add Image Section';
}

.vec-cv:hover::before {
    content: 'Add Video Section';
}

.vec-dc:hover::before {
    content: 'Add Donation Component';
}

.vec-cb:hover::before {
    content: 'Add Colored Block Quote';
}

.vec-ig:hover::before {
    content: 'Add Image Gallery';
}

.vec-hr:hover::before {
    content: 'Add Horizontal Rule';
}

.vec-ac:hover::before {
    content: 'Add Accordion';
}

.vec-pub:hover::before {
    content: 'Add Publitas Component';
}

.vec-cardbutton:hover::before {
    content: 'Add Card Button';
}

.vec-prof:hover::before {
    content: 'Add Profile';
}

.vec-link:hover::before {
    content: 'Add File Link';
}
/* Hide elements at breakpoints */


/* Splash page css */
.gall-article-container {
    width: 80%;
    margin: 0 auto !important;
}

.gall-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.gall-top {
    position: relative;
}

.gall-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    padding: 5px 20px;
    z-index: 2;
}

    .gall-date p {
        margin-bottom: 0;
        text-align: center;
        font-weight: bold;
        font-family: helvetica neue, Helvetica;
    }

.gall-articles {
    padding: 0 15px;
    margin: 15px 0px;
}

.gall-readmore {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0,0,0,0.4);
    transition: opacity 0.5s;
    color: white;
    font-family: helvetica neue, Helvetica;
    font-size: 22px;
    outline: none;
    border: none;
}

    .gall-readmore:hover {
        opacity: 1;
    }

    .gall-readmore:focus,
    .gall-readmore:active {
        opacity: 1;
    }

.gall-bg-holder {
    position: relative;
    height: 100%;
}

.gall-articles .gall-title {
    color: white;
    padding: 20px;
    font-family: helvetica neue, Helvetica;
}

.gall-articles:nth-child(4n+1) .gall-bg-holder {
    background-color: #710a2c;
}

.gall-articles:nth-child(4n+2) .gall-bg-holder {
    background-color: #3f7f9a;
}

.gall-articles:nth-child(4n+3) .gall-bg-holder {
    background-color: #383838;
}

.gall-articles:nth-child(4n+4) .gall-bg-holder {
    background-color: #480014;
}

.ga-maroon-link {
    color: #710a2c !important;
}

    .ga-maroon-link:hover {
        color: #710a2c !important;
    }

.btn.btn-primary.manage-link {
    border-radius: 0;
    background-color: rgba(0,0,0,0.4);
    color: white;
    border: 1px solid;
    border-color: white;
    transition: background-color 0.3s, border-color 0.3s;
    font-family: helvetica neue, Helvetica, Arial;
    letter-spacing: initial !important;
    text-transform: none;
}

    .btn.btn-primary.manage-link:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-color: black;
        color: black;
    }

/* Phone */
@media (max-width: 480px) {
    div:not(.ga-editable) > .filled-section.no-phone {
        display: none;
    }
}

/* Tablet */
@media (min-width: 481px) and (max-width: 1023px) {
    div:not(.ga-editable) > .filled-section.no-tablet {
        display: none;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    div:not(.ga-editable) > .filled-section.no-desktop {
        display: none;
    }
}

/**
    Lazy Loading
**/

.ga-lazyload {
    opacity: 0;
    transition: 0.3s;
}

    .ga-lazyload[data-loaded="true"] {
        opacity: 1;
    }


.ine-accordion {
    padding: 50px 0;
}

.ine-item {
    font-family: Helvetica Neue, Helvetica;
}

.ine-item-body {
    height: 0;
    overflow: hidden;
    transition: height 0.3s, padding 0.3s, margin-bottom 0.3s;
    box-shadow: 0 0 5px 0 inset gray;
    padding: 0 40px;
}

.ine-item.active .ine-item-body {
    padding: 16px 40px;
}

.ine-content {
    overflow: auto;
}

.ine-body-header {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

.ine-line {
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 0;
}

.ine-item-header {
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    transition: background-color 0.3s;
}

.ine-item-overlay {
    background-color: rgba(255, 255, 255, 0);
    padding: 8px 20px;
    user-select: none;
}

.ine-item-body {
    margin-bottom: 10px;
}

.ine-item.active .ine-item-body {
    margin-bottom: 0;
}

.ine-add-new-button {
    margin-top: 0;
    transition: margin-top 0.3s;
}

.ine-item.active + .ine-add-new-button {
    margin-top: 10px;
}

.ine-item-header i {
    float: right;
    transition: transform 0.3s;
}

.ine-item.active i {
    transform: rotate(-180deg);
}

.ine-no-elements-display {
    width: 80%;
    max-width: 300px;
    margin: 50px auto;
    background-color: lightgray !important;
    text-align: center;
    user-select: none;
}

.ine-no-heading {
    position: relative;
    width: 100%;
    height: 50px;
}

    .ine-no-heading span {
        font-size: 22px;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.ine-no-body {
    position: relative;
    height: 200px;
}

    .ine-no-body span {
        position: absolute;
        left: 50%;
        top: 25%;
        width: 100%;
        max-width: 90%;
        transform: translate(-50%, -50%);
    }

    .ine-no-body a {
        width: 100%;
        max-width: 80%;
        position: absolute;
        padding: 8px 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ine-no-body a {
        font-size: 16px;
    }

    .ine-no-body span {
        color: black !important;
        font-size: 16px;
    }

    .ine-add-new-button a:hover,
    .ine-edit-controls a:hover,
    .ine-no-body a:hover {
        text-decoration: none;
    }

.ine-edit-controls a {
    float: right;
    margin: 0 5px;
    padding: 8px 20px;
}

.ine-add-new-button a {
    float: right;
    padding: 8px 20px;
}
