
#topMenuThin {
    background-color: #00e47c;
    box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.56);
    position: fixed;
    left: 0;
    right: 0;
    height: 310px;
    top: -280px;
    padding: 0px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 99999;
}
.bg-bi-light {background-color: #00e47c;color:#08312a;padding:5px;border-radius:3px;}
.btn-underlined-false,
.btn-underlined-true {
    background-color: #fff;
    border-right: 0px;
    border-bottom: 0;
    border-left: 0;
    color: #2e2d2c;
    padding: 6px 3px;
    min-width: 30px;
    font-size: 1.5em;
}
.menu-min-height {height: 250px; margin-top:20px;overflow-y: scroll;}
.top-menu a {
    color: #08312a;
    font-size: 16px;
}
.top-menu .h4 {font-weight: 600!important;}
.top-menu p {
    color: #08312a;
    font-size: 18px;
}
.top-menu ul {
    padding-left: 15px;
}
.top-menu li {
    padding-left: 0px;
}
.learn-less,
.learn-more,
.top-menu-opener {
    cursor: pointer;
}

.btn-underlined-true {
    border-top: 1px solid #00e47c;
}

.btn-underlined-false {
    border-top: 0;
}

.bg-branded,
.rank-box {
    background-color: #00e47c;
}

.device-mobile-container {
    height: 800px;
}

.device {
    width: 100%;
    border-radius: 15px;
    overflow-y: scroll;
}

.device-shadow {
    box-shadow: 0 0 15px 5px rgba(84, 84, 84, .45)
}

#moveUp,
footer {
    text-align: center;
}

body {
    font-size: 16px;
}

h2 {
    font-weight: 400;
}

.rank-box {
    padding: 5px 10px;
    border-radius: 5px;
}

#thisMarket {
    box-shadow: 0 0 10px -3px #00e47c;
}

.word-break-all {
    word-break: break-all;
}

.border-grey {
    border: 1px solid #ccc;
}

footer {
    background-color: #08312a;
    color: #00e47c;
    padding: 30px;
    margin-top: 100px;
}

.footer-logo {
    width: 210px;
}

.device-desktop-container {
    height: 300px;
}

.device-desktop {
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

ul.checkmark {
    list-style: none;
    padding: 0;
    margin: 0 10px;
}

ul.checkmark li:before {
    content: "✓";
    padding-right: 6px;
    color: green;
}

#centeredLeftBullets {
    width: 300px;
    margin: 0 auto;
    text-align: left;
}

li {
    margin-top: 6px;
    font-size: 16px;
}

#moveUp {
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    text-decoration: none;
}

.bg-grey {
    background-color: #f1f1f1;
    padding: 2px 6px;
}

.large-icon {
    font-size: 5em;
}

.word-breaker {
    word-break: break-all;
    font-style: italic;
}

.device-border {
    background-color: #f1f1f1;
    padding: 10px 10px 40px 10px;
    border-radius: 10px;
    border: 1px #666666 solid;
    box-shadow: 0 0 15px 5px rgba(84, 84, 84, .45)
}
.fancybox__container{z-index:9999999999;}
.report-thumbnail{display:inline-block;width: 86px;height:86px; background-position:top left; background-size: cover;background-repeat: no-repeat; }
.report-thumbnail-style{border:1px #ccc solid;margin:2px;padding:2px;}
.report-thumbnail-style:hover{border:1px #00e47c solid;}