.uk-navbar-nav .uk-logo {
    font-size: 1.25em !important;
}

.uk-pagination li span {
    line-height: 24.8px;
}

.uk-button-transparent {
    background-color: rgba(0,0,0,0.2);
    color: white;
}

.recent .services {
    margin-top: 0;
}

.services h4 {
    margin-top: 10px;
}

.box-services {
    margin-top: 40px !important;
}

.section h2 {
    margin-top: 0;
}

.ql-toolbar {
    border-color: rgb(229, 229, 229) !important;
}

.ql-container {
    border-color: rgb(229, 229, 229) !important;
}

b, strong {
    font-weight: 700 !important;
}

.container {
    margin-top: 1em;
    margin-bottom: 1em;
}

.uk-navbar-item {
    font-size: 1rem !important;
}

.hidden-for-noscript {
    visibility: hidden;
    height: 0;
    width: 0;
}

.credential {
    float: left;
}

.specialty {
    float: left;
}

.delete-from-profile-form {
    float: right;
}

.full-width {
    width: 100%;
}

.article-title {
    font-weight: bold;
}

.authors {
    padding-left: 0px !important;
}

/* Line up <li> elements on one line */
.authors .author {
    display: inline;
}

/* https://stackoverflow.com/questions/6285359/text-separators-for-li-elements */
/* separate <li> elements by comma */
.authors .author:after {
    content: ",";
}

/* final <li> will have a period */
.authors .author:last-child:after {
    content: ".";
}

.article-ids {
    list-style: none;
    padding-left: 0px !important;
}

.article-ids li:first-child {
    margin-left: 0px !important;
}

.article-ids li {
    display: inline;
    margin-left: 10px !important;
}

.article-label {
    font-weight: 500;
}

.uk-search-navbar .uk-search-input {
    font-size: 1rem !important;
}

.social-login h3 {
    text-align: center;
}

.social-login div {
    text-align: center;
}

.journalreview {
    word-wrap: break-word;
}

.review-star {
    color: yellow;
}

.journal-review-score form {
    margin-bottom: 0;
}

.journalreview-card-author {
    font-size: 18px;
}

.score {
    display: inline-block;
    width: 100%;
}

.ql-snow .ql-picker.ql-template .ql-picker-label[data-value=template-none]::before,
.ql-snow .ql-picker.ql-template .ql-picker-item[data-value=template-none]::before {
    content: 'None';
}
.ql-snow .ql-picker.ql-template .ql-picker-label[data-value=template-1]::before,
.ql-snow .ql-picker.ql-template .ql-picker-item[data-value=template-1]::before {
    content: 'Template 1';
}
.ql-snow .ql-picker.ql-template .ql-picker-label[data-value=template-2]::before,
.ql-snow .ql-picker.ql-template .ql-picker-item[data-value=template-2]::before {
    content: 'Template 2';
}

#all .section {
    padding-top: 45px;
    padding-bottom: 45px;
}

dt .journalreview-comment .uk-comment-meta {
    font-weight: 300;
}

dt .journalreview-comment .score {
    font-weight: 300;
}

dt .journalreview-comment .score {
    font-weight: 300;
}

dt .journalreview-header {
    font-weight: 700;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

dt .journalreview-subheader {
    font-weight: 300;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

@media (min-width: 960px) {

    .uk-width-5-12\@m {
        width: calc(100% * 5 / 12.001) !important;
    }

    .uk-width-1-12\@m {
        width: calc(100% * 1 / 12.001) !important;
    }
}

@media (max-width:640px) {
    .col-sm-4{
         width: calc(100% * 4 / 12) !important;
    }
    .col-sm-8{
         width: calc(100% * 8 / 12) !important;
    }
    .col-sm-12{
        float:left;
        width:100%;
    }
    .input-group .uk-input {
        width: calc(100% * 7 / 10) !important;
    }
}

@media (max-width:448px) {
    .input-group .uk-input {
        width: calc(100% * 6 / 10) !important;
    }
}

.rainbow {
    animation: gradientswitch 80s infinite;
    -webkit-animation: gradientswitch 80 sinfinite;
}

.rainbow .uk-navbar-nav > li > a {
    color: white;
}

.rainbow .uk-navbar-nav > li.uk-active > a {
    color: white;
}

@keyframes gradientswitch {
    0% {
        background: #0087C9
    }
    16% {
        background: #EF4A53
    }
    32% {
        background: #FFB463
    }
    49% {
        background: #33D5D4
    }
    65% {
        background: #254356
    }
    81% {
        background: #5B4097
    }
    100% {
        background: #0087C9
    }
}
@-webkit-keyframes gradientswitch {
    0% {
        background: #0087C9
    }
    16% {
        background: #EF4A53
    }
    32% {
        background: #FFB463
    }
    49% {
        background: #33D5D4
    }
    65% {
        background: #254356
    }
    81% {
        background: #5B4097
    }
    100% {
        background: #0087C9
    }
}

.rainboww {
    background: linear-gradient(45deg, #74ebd5, #acb6e5, #43cea2, #185a9d, #1fa2ff, #12d8fa, #a6ffcb, #3494e6, #ec6ead, #a770ef, #cf8bf3, #fdb99b, #e96443, #904e95, #feac5e, #c779d0, #4bc0c8);
    background-size: 3400% 3400%;

    -webkit-animation: AnimationName 1200s ease infinite;
    -moz-animation: AnimationName 1200s ease infinite;
    -o-animation: AnimationName 1200s ease infinite;
    animation: AnimationName 1200s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 25%}
    50%{background-position:100% 76%}
    100%{background-position:0% 25%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 25%}
    50%{background-position:100% 76%}
    100%{background-position:0% 25%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 25%}
    50%{background-position:100% 76%}
    100%{background-position:0% 25%}
}
@keyframes AnimationName {
    0%{background-position:0% 25%}
    50%{background-position:100% 76%}
    100%{background-position:0% 25%}
}