﻿body {
    font-size: 1.8rem;
}

.am-icon-btn111 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #555555;
    color: #eeeeee;
    text-align: center;
}

.am-with-fixed-navbar .am-gotop-fixed {
    bottom: 150px;
    right: 0px;
    z-index: 2010;
}

.am-gotop-fixed {
    bottom: 150px;
    right: 0px;
    z-index: 2010;
}

.logo_blue {
    color: #3174F1;
    font-size: 20pt;
    font-weight: bolder;
    letter-spacing: 4px;
}

.logo_red {
    color: #E63125;
    font-size: 20pt;
    font-weight: bolder;
    letter-spacing: 4px;
}

.logo_yellow {
    color: #FBB002;
    font-size: 20pt;
    font-weight: bolder;
    letter-spacing: 4px;
}

.logo_blue_s {
    color: #3174F1;
    font-size: 16pt;
    font-weight: bolder;
    letter-spacing: 3px;
}

.logo_red_s {
    color: #E63125;
    font-size: 16pt;
    font-weight: bolder;
    letter-spacing: 3px;
}

.logo_yellow_s {
    color: #FBB002;
    font-size: 16pt;
    font-weight: bolder;
    letter-spacing: 3px;
}


.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    font-size: 20px;
    z-index: 99995;
}

ins, mark {
    background: none;
    color: none;
}
.am-slider-default .am-slider-desc {
    background-color: rgba(0,0,0,.2);
    text-align:center;
    padding:0px;
}