@font-face {
    font-family: "ArkibalDisplay";
    src: url("../fonts/ArkibalDisplay/ArkibalDisplay-Regular.woff") format("woff"),
        url("../fonts/ArkibalDisplay/ArkibalDisplay-Regular.ttf") format("truetype"),
        url("../fonts/ArkibalDisplay/ArkibalDisplay-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "ArkibalDisplay";
    src: url("../fonts/ArkibalDisplay/ArkibalDisplay-Heavy.woff") format("woff"),
        url("../fonts/ArkibalDisplay/ArkibalDisplay-Heavy.ttf") format("truetype"),
        url("../fonts/ArkibalDisplay/ArkibalDisplay-Heavy.woff2") format("woff2");
    font-weight: bold;
}

html {
    position: relative;
    min-height: 100%
}

body {
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
    color: #525a70;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
    font-family: "ArkibalDisplay", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #4a4b4d;
}

h1,
.h1 {
    font-size: 28px
}

h2,
.h2 {
    font-size: 24px
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px
}

@media(max-width: 991px) {

    h1,
    .h1 {
        font-size: 26px
    }

    h2,
    .h2 {
        font-size: 22px
    }

    h3,
    .h3 {
        font-size: 18px
    }

    h4,
    .h4 {
        font-size: 16px
    }
}

li {
    text-align: left;
}

ul {
    list-style: none;
}

li:before {
    content: "•";
    font-size: 17px;
    margin-left: -30px;
    margin-right: 20px;
}

a,
a:hover {
    color: #399bac;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 991px) {
    img.alignright {
        float: unset;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    img.alignleft {
        float: unset;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    a img.alignright {
        float: unset;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    a img.alignleft {
        float: unset;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}


@media(max-width: 991px) {

    .wp-block-image .alignright,
    .wp-block-image .alignleft,
    a .wp-block-image .alignleft,
    a .wp-block-image .alignright {
        float: unset;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

}

.container {
    max-width: 1140px
}

blockquote {
    font-family: "Open Sans";
    font-style: italic;
    line-height: 1.44;
    color: #999999;
    border-left: 4px solid #00c6d0;
    margin: 24px auto;
    width: 75%;
}

blockquote p {
    display: inline;
}

.full-width {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.wrap {
    width: 100%;
    border-bottom: 1px solid #00b0b9;
    background: #fff;
    z-index: 999;
}

.pull-right-md {
    float: right;
}

.pull-left-md {
    float: left;
}

@media(max-width: 767px) {
    .mob-row {
        margin-right: -15px;
        margin-left: -15px
    }

    blockquote {
        width: 100%;
    }

    .pull-right-md,
    .pull-left-md {
        float: unset;
    }
}

.title {
    margin-top: 0
}

.img-shadow {
    box-shadow: 0 0 5px #888;
    border-radius: 3px
}

@media (max-width: 767px) {
    .close-links a {
        line-height: 2.2
    }
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    padding-bottom: 15px
}

p.post-date {
    font-style: italic;
    margin-top: 20px;
    float: left;
}

p.post-author {
    font-style: italic;
    margin-top: 20px;
    float: right;
    text-align: right;
}

.navbar {
    margin-bottom: 0 !important
}

.nav li:before {
    content: none;
}

.nav>li>a {
    padding: 10px
}

.navbar-default {
    background-color: #fff;
    border: none
}

.navbar-default .navbar-nav>li>a {
    color: #6e6e6e;
    font-weight: 600;
    font-size: 14px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #fff;
    color: #00b0b9
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #6e6e6e;
    background-color: #fff
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav {
    float: right;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00c6d0;
}

.terms_text {
    font-size: 12px;
    text-align: center;
    font-family: "Open Sans";
    color: #03a7b0;
}

@media(min-width:991px) {
    .menu {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px
    }
}

@media(max-width:991px) {
    .menu {
        display: flex;
        justify-content: center;
    }
}

@media(max-width:767px) {
    .navbar-toggle {
        top: -50px;
    }

    .navbar {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 30px 40px -25px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0 30px 40px -25px rgba(0, 0, 0, 1);
        box-shadow: 0 30px 40px -25px rgba(0, 0, 0, 1);
        margin-bottom: 50px
    }

    .navbar-nav {
        float: left;
    }

    .menu {
        height: 0;
        z-index: 999;
    }

    .navbar-toggle {
        position: absolute;
        right: 0;
    }

    .navbar {
        min-height: 1px !important
    }

    .navbar-nav {
        margin: 0 0 5px
    }

    .navbar-collapse {
        background: #fff !important;
        z-index: 999
    }

    ul.navbar-nav {
        border-bottom: 1px solid #fff;
        background: #fff
    }

    .logo {
        width: 230px;
    }

    .navbar-default .navbar-collapse {
        position: absolute;
        width: 100%;
        margin-top: 2px;
        border-color: #00c6d0;
        border-bottom: 1px solid #00c6d0;
    }
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00b0b9;
    outline: 0
}

@media(min-width: 768px) {
    .logo {
        padding: 3px 15px;
        text-align: center;
    }
}

.list-outer-wrapper {
    position: relative
}

#list-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    z-index: 1000;
    display: none
}

#list-overlay .spin {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.spin {
    -webkit-transform-origin: 50% 48%;
    transform-origin: 50% 48%;
    -ms-transform-origin: 50% 48%;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    font-size: 48px;
    color: #555
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.table>tbody>tr>td {
    vertical-align: middle
}

/*sidebar */
.table.table-sidebar,
.interest_example {
    background-color: #f8f8f8;
    margin-bottom: 7px;
    font-weight: 14px
}

.table-sidebar tr:last-child,
.interest_example tr:last-child {
    border-bottom: 1px solid #dddddd
}

.table-sidebar tr:first-child,
.interest_example tr:first-child {
    border-top: 1px solid #dddddd
}

.table.table-sidebar .logo {
    text-align: center;
}

.table-sidebar img {
    max-width: 150px
}

.table-sidebar.table>tbody>tr>td,
.interest_example.table>tbody>tr>td {
    border: none;
}

.table-sidebar .table-heading,
.sidebar-heading {
    font-size: 12px;
    font-weight: 600;
    color: #6e6e6e;
    width: 30%;
    padding-left: 18px;
}

.table-sidebar .highlight,
.interest_example .highlight {
    color: #404040;
    font-weight: 600;
}

.sidebar-link .btn-primary {
    display: block;
    white-space: pre-wrap;
}

.sidebar-link a {
    margin: 20px auto;
}

/*end sidebar */
.kreditbolag-review table {
    margin-bottom: 0px
}

.kreditbolag-review .list img {
    margin: 0;
    max-height: 3em;
    width: auto;
}

.btn-primary,
.btn-primary:visited {
    color: #fff;
    background: #00c6d0;
    font-size: 15px;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #00c6d0;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
    background-color: #03a7b0;
    border: 1px solid #03a7b0;
    color: #fff;
    text-decoration: none;

}

.btn-secondary,
.btn-secondary:visited {
    color: #00c6d0;
    background: none;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 6px;
    border: 1px solid #00c6d0;
    text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus:active {
    background: #03a7b0;
    color: #fff;
    border: none;
    text-decoration: none;
}

.btn-tertiary,
.btn-tertiary:visited {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 8px 48px;
    border-radius: 6px;
    font-weight: 600;
    border: 1px solid #fff;
    background: none;
    text-transform: uppercase;
}

.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:focus:active {
    background: none;
    color: #fff;
    text-decoration: none;
}

.past-ten {
    display: none
}

.btn-show-all,
.btn-show-index {
    color: #fff !important;
    background: #fba341;
    border-left: 1px solid #fd931e;
    border-right: 1px solid #fd931e;
    border-bottom: 1px solid #e48822;
    border-top: 1px solid #febc74;
    width: 100%
}

.btn-show-all:visited,
.btn-show-index:visited {
    color: #fff;
    background: #fba341
}

.btn-show-all:hover,
.btn-show-index:hover {
    color: #fff;
    background: #e69f50
}

.btn-show-all:active,
.btn-show-index:active {
    color: #fff;
    background: #e69f50
}

#front-header {
    background-image: url(../img/smslan-pengar-direkt.jpg);
    background-size: cover;
    padding: 45px;
}

@media(max-width: 991px) {
    #front-header {
        background-position-x: 70%;
    }
}

.header-box-wrapper {
    height: 100%
}

.heading-box {
    height: 100%;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 20px 60px;
}

.heading-box p {
    margin: 15px auto;
}

#range-value {
    font-size: 20px;
    font-weight: bold;
    color: #ff7419;
    margin-left: 10px
}

.range-wrapper {
    color: #404040;
    line-height: 36px;
    float: left;
}

.min-max {
    font-size: 14px;
    margin: 0px auto 15px auto;
}

.heading-box i {
    top: 18px;
    position: absolute;
    cursor: pointer;
}

.heading-box i.fa-plus {
    right: 15px
}

.heading-box i.fa-minus {
    left: 15px
}

.heading-box .btn-primary {
    float: right;
}

@media(max-width: 991px) {
    #front-header {
        padding: 15px 0;
    }

    .range-wrapper,
    .heading-box .btn-primary {
        display: block;
        float: unset;
        text-align: center;
        margin-left: 0;
    }

    .range-wrapper {
        margin: 10px auto;
    }

    .heading-box {
        padding: 20px 10px;
    }

    .heading-box i.fa-minus {
        left: 9px;
    }

    .heading-box i {
        top: 17px;
    }

    .heading-box i.fa-plus {
        right: 9px
    }

    .min-max {
        display: block;
        margin-top: -10px;
    }
}

.kreditbolag-review .panel-heading h2 {
    margin: 0;
    font-size: 22px
}

.kreditbolag-review .panel-default {
    border-color: #00b0b9;
    padding: 0
}

.kreditbolag-review .panel-default>.panel-heading {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.info-highlight {
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #00b0b9;
    padding: 8px;
    text-align: center;
}

.info-highlight .fa-check {
    color: #61b16c
}

.info-highlight .fa-times {
    color: #b16961
}

.info-highlight .margin-right {
    margin-right: 12px
}

span.avg {
    font-weight: 700;
    white-space: nowrap
}

footer {
    margin-top: 50px
}

footer {
    padding: 30px 0px;
    background-color: #404040;
    color: #fff;
}

footer a {
    color: #fff
}

.footer-links {
    white-space: nowrap;
}

.footer-img img {
    display: block;
}

footer .copyright {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

@media(max-width:767px) {
    .footer-img {
        display: block;
        margin: 0px auto 15px auto
    }

    .footer-links {
        font-size: 12px;
    }

    .footer-links2 {
        margin-bottom: 20px
    }
}

#to-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
    background: #999999;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 26px;
    justify-content: center;
    align-items: center;
    display: none;
}

#to-top:hover {
    background: #6e6e6e
}

@media(max-width: 991px) {
    #to-top {
        right: 15px;
    }
}

@media(min-width:768px) {
    .side-nav {
        top: 51px;
        border: 0;
        border-radius: 0;
        overflow-y: auto
    }

    .side-nav>li>a {
        width: 225px
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: 0
    }

    .navbar-nav.side-nav li {
        float: none
    }
}

.side-nav>li ul>li>a {
    display: inline-block;
    padding: 3px 0;
    text-decoration: none;
    color: #777;
}

.side-nav>li ul>li>a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    margin-right: 5px;
}

.side-nav ul {
    list-style-type: none;
    padding-left: 0
}

.frm_tab {
    cursor: pointer !important
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 20px 15px
}

#title_holder_xs {
    margin-left: 15px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    #leg_holder {
        margin-bottom: 50px
    }
}

.post_img img {
    float: none !important;
    max-width: 100%;
    display: block;
    margin: 10px auto;
    height: auto;
}

.grey-container {
    background-image: linear-gradient(to bottom, #ebedee, #fdfbfb);
    margin-top: 20px;
    margin-bottom: 20px
}

#shield {
    margin-top: 0;
    margin-bottom: 20px
}

#shield span {
    margin-top: 35px;
}

#shield img {
    max-height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
    margin-right: 35px;
}

@media(max-width: 991px) {
    #shield img {
        max-height: 70px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        float: left;
        padding: 0;
    }

    #shield span {
        display: block;
        float: right;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 0;
        padding-left: 5px;
    }
}

.fa-holder {
    height: 70px
}

.fa-glass {
    margin-top: -5px;
    font-size: 44pt
}

.fa-mobphone {
    margin-top: -11px;
    font-size: 55pt
}

.fa-exclam {
    margin-top: -5px;
    font-size: 51pt
}

.puff_p {
    padding: 0 10px
}

.f-interest-info.table td {
    border-collapse: collapse;
    border-top: none;
    padding: 5px 0px;
}

.t-bl {
    font-weight: 700;
    width: 40%
}

#pi_load {
    text-align: center;
    color: #00b0b9
}

#page_index_content {
    list-style: none;
    -webkit-padding-start: 20px;
    margin-bottom: 0;
    display: block;
}

#page_index_content li:before {
    content: "";
}

.pi_scroll {
    margin-left: 10px;
    font-size: 12pt;
    color: #404040
}

.pi_scroll:hover {
    color: #404040;
    text-decoration: underline;
}

@media(max-width:991px) {
    #page_index_content_front {
        -webkit-padding-start: 0 !important
    }

    .pi_scroll {
        margin-left: 5px !important;
        font-size: 11pt !important
    }
}

#page_index_content_front {
    list-style: none;
    -webkit-padding-start: 20px;
    margin-bottom: 0;
    display: none
}

#page_index_title {
    font-size: 14pt
}

#page_index_content>li {
    padding: 5px 0
}

#page_index_content_front>li {
    padding: 5px 0
}

.teal-container {
    background-image: linear-gradient(274deg, #02aab0, #00cdac);
    padding: 15px 0px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
}

#front-points h2 {
    color: #fff;
    margin-bottom: 25px
}

#front-points li {
    font-style: italic;
    margin-bottom: 20px;
}

#front-points ul.pull-left-md li {
    margin-right: 30px
}

@media(max-width: 991px) {
    .teal-container {
        margin-bottom: 0px
    }

    #front-points li {
        margin-right: 0;
    }

    #front-points li:before {
        margin-left: -18px;
        margin-right: 8px;
    }
}

#numbers-container {
    padding: 40px 0px;
}

#numbers-container div:first-child {
    margin-bottom: 10px
}

#numbers-container .col-xs-3 {
    text-align: right;
}

@media(max-width: 991px) {
    #numbers-container .col-xs-3 {
        text-align: left;
    }
}

.number-large {
    font-family: "ArkibalDisplay";
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
}

@media(max-width: 350px) {
    .number-large {
        font-size: 45px
    }
}

.orange-container {
    margin-top: 30px;
    margin-bottom: 30px;
    background-image: linear-gradient(98deg, #fad961, #f76b1c);
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px
}

#orange-divider .col-xs-12:not(.number-large) {
    margin-top: 10px;
}

.information-box div {
    max-width: 991px;
}

.information-box h3 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
}

.information-box li {
    list-style: none;
    margin: 8px 0px;
}

.information-box li:before {
    content: none;
}

.information-box ul.list-left {
    float: left;
}

.information-box ul.list-right {
    float: right;
}

@media(max-width: 767px) {

    .information-box ul.list-left,
    .information-box ul.list-right {
        float: unset;
        padding: 0;
    }

    #orange-divider {
        text-align: center;
    }
}

.pi_fa {
    color: #00b0b9
}

.smslan-interest-example {
    text-align: center;
    font-style: italic
}

.sub-header {
    margin: 10px 0;
    font-weight: 500;
    line-height: 1.1
}

.img-smsphone {
    max-height: 320px;
    margin: 0 auto;
    width: auto;
}

.borderbox {
    background: rgba(0, 179, 187, .1);
    padding: 20px 10px 20px 40px;
    border-left: 5px solid #00b3bb;
    margin-top: 20px;
    margin-bottom: 20px;
}

ol.front-ol {
    width: 100%;
    counter-reset: item;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px
}

ol.front-ol li:before {
    content: counter(item);
    counter-increment: item;
    font-size: 60px;
    font-weight: 700;
    color: #00b3bb;
    display: block;
    text-align: center;
    margin: auto;
}

.panel {
    padding: 0px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 #cac9c94c;
    float: left;
}

ol.front-ol li {
    height: 250px;
    padding-bottom: 10px
}

#question-panels .panel {
    height: 360px;
}

#question-panels h2 {
    font-weight: 600
}

@media(max-width:1200px) {
    ol.front-ol .panel {
        height: 300px
    }

    #question-panels .panel {
        height: 480px
    }
}

@media(max-width:991px) {
    ol.front-ol .panel {
        height: 200px
    }

    #question-panels .panel {
        height: 380px
    }

    #question-panels .col-sm-12 .panel {
        height: auto
    }
}

@media(max-width:767px) {
    ol.front-ol .panel {
        height: auto
    }

    ol.front-ol {
        margin-bottom: 0
    }

    #question-panels .panel {
        height: auto
    }
}

@media(min-width:768px) {
    .mobile-section {
        padding-top: 60px
    }

    .fbtn {
        margin-top: 10px
    }

    .f-pr70 {
        padding-right: 70px;
        border-right: 1px solid #00b0b9
    }

    .f-pl70 {
        padding-left: 70px
    }
}

@media(max-width:767px) {
    .fbtn {
        display: block;
        margin: 10px
    }

    .smslan-quote-inverted {
        width: 80%
    }

    .smslan-quote-inverted.quote-left {
        margin-left: 30px;
        left: 10px
    }
}

.company_name {
    font-weight: 400;
    white-space: nowrap
}

/* Pagination */

.pagination {
    text-align: center;
    margin: auto;
    display: block;
    margin: 10px auto;
}

.pagination i,
.pagination-number {
    font-size: 22px;
    margin: 8px;
    font-weight: 600;
}

.current.pagination-number {
    color: #00b0b9;
}

#articles {
    display: flex;
    flex-wrap: wrap;
}

/* toplist styling*/
.compliance {
    padding: 10px;
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 10px auto;
    align-items: center
}

.compliance img {
    max-height: 50px;
    width: auto;
    margin: 10px;
}

.compliance span {
    font-size: 14px;
    color: black;
}

.sidepanel .compliance {
    flex-direction: column;
}


.kreditbolag .table.list tr>th,
.kreditbolag-mob .table.list-mob .table-header {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #6e6e6e;
    border-bottom: none;
}

.kreditbolag-table .table>tbody>tr>td,
.kreditbolag-mob .table>tbody>tr>td {
    vertical-align: middle;
}

.kreditbolag-mob .table.list-mob .table-header {
    text-align: left;
}

.kreditbolag .table.list tr>td {
    color: #525a70;
}

.kreditbolag .highlight,
.kreditbolag-mob .highlight {
    font-weight: 600;
}

.kreditbolag .table.list tr>td.company_logo {
    height: 50px;
    width: auto;
    max-width: 140px;
}

.kreditbolag-mob .table.list-mob tbody {
    border-top: 1px solid #ddd;
}

.kreditbolag-mob .table.list-mob td {
    border: none
}

.kreditbolag-mob .table.list-mob td.logo {
    text-align: center;
}

.kreditbolag-mob table.list-mob .terms_text {
    font-size: 16px;
    margin-top: 8px;
    text-align: left;
    padding-left: 0
}

/* end toplist styling*/
@media(max-width: 767px) {
    .btn-mob-404 {
        margin-top: 10px
    }
}

.mobile-img {
    display: block;
    margin: 10px auto
}

.interest_example_toplist{
    font-size: 12px;
}

.kreditbolag-table>tbody>tr>td{
    border-top: 0px solid black !important;
}
.kreditbolag-table{
    border-top:  1px solid #00b0b9;
}
.lender-separator{
    border-bottom: 1px solid #00b0b9;
}
.lender_seperator_2{
    border-top: 1px solid #00b0b9;
}