html, body{
    font-family: "Google Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a:hover {
    text-decoration: none;
}

/* Scrollbar */
::-webkit-scrollbar {width:4px;height:4px;background:#CCC;}
::-webkit-scrollbar-thumb {background:#999;border-radius:7px;}
::-webkit-scrollbar-thumb:hover {background:#666;}
::-webkit-scrollbar-corner {background:#CCC;}

.theme-bgcolor {
    background-color: rgb(32,146,242) !important;
}

/* Navbar Start */
.home-navbar {
    flex-direction: column;
    padding: 0;
}

.home-navbar .container {
    max-width: 95%;
}

.home-navbar .logo {
    position: absolute;
    left: 3%;
}

.home-navbar .logo-pic {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.home-navbar .logo-pic img {
    width: 28px;
}

.home-navbar .logo-slogan {
    float: left;
    height: 50px;
    line-height: 50px;
}

.home-navbar .logo-pic:hover, .home-navbar .logo-slogan:hover, .logo-title:hover {
    background-color: rgba(0,0,0,.16);
}

.home-navbar .logo-slogan img {
    height: 23px;
}

.home-navbar .navbar-nav {
    margin: 0 auto;
    flex-direction: row !important;
}

.home-navbar .navbar-nav .nav-item {
    padding: 0 10px;
}

.home-navbar .navbar-nav .nav-link {
    padding: 14px 10px 10px;
    color: #ffffff;
    border-bottom: transparent 3px solid;
}

.home-navbar .navbar-nav .nav-item:hover {
    background-color: rgba(0,0,0,.1);
}

.home-navbar .navbar-nav .nav-item.active .nav-link {
    border-bottom: #ffffff 3px solid;
}

.home-navbar .login {
    position: absolute;
    right: 3%;
    line-height: 50px;
    height: 50px;
}

.home-navbar .login a {
    display: flex;
    color: #fff;
}

.home-navbar .login a:hover {
    background-color: rgba(0,0,0,.16);
    text-decoration: none;
    overflow: hidden;
}

.home-navbar .login i {
    font-size: 30px;
    margin: 0 10px;
    line-height: 50px;
}

.home-navbar .login span {
    font-size: 15px;
    margin-right: 10px;
}

.home-navbar .show-menu {
    float: right;
    margin: 10px;
    width: 30px;
    height: 30px;
    background: url(https://groups.tapatalk-cdn.com/web/icon/responsive-menu.png) no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
    opacity: .7;
    display: none;
}

.navbar .show-menu:hover {
    opacity: 1;
}

#fakeShadow {
    position: fixed;
    width: 100%;
    display: none;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    background-color: #000;
}

#menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
    width: 200px;
    overflow-y: auto;
    background: #2092f2;
    font-size: 14px;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu ul li span.first-class {
    margin-left: 15px;
}
#menu ul li span {
    display: block;
    margin-left: 15px;
    border-bottom: solid 1px rgba(255,255,255,.3);
    padding: 15px;
    color: #fff;
}

#gdpr_b {
    display: none;
    width: 100%;
    background: #353a3f;
    border-bottom: 1px solid #ffffff;
}
.cl-af {
    content: '';
    display: table;
    clear: both;
}
#gdpr_b .cl-af {
    width: 94%;
    height: 100%;
    line-height: 28px;
    box-sizing: border-box;
    padding: 15px 10px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}
#gdpr_b .fl {
    float: left;
}
#gdpr_b .fl a {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}
#gdpr_b .cl-af .button {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 28px;
    width: 110px;
    padding: 0;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    background-color: #f7f7f7;
    color: #333;
    float: right;
    margin: 0;
}
/* Navbar End */

/* Footer Start */
#footer {
    text-align: center;
}

#footer .back-top {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255,255,255,0.1);
}

#footer .back-top a {
    display: block;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}

#footer .l-u {
    padding-top: 30px;
    background-color: rgba(255,255,255,.3);
    margin-bottom: 30px;
}

.socials {
    padding: 0;
}

.socials li {
    display: inline-block;
    margin-left: -4px;
}

.socials li a {
    display: block;
    padding: 0 20px;
}

.socials li a img {
    width: 130px;
    height: 40px;
}

#footer .link-tz {
    padding-bottom: 8px;
}

#footer .pop-tz {
    padding-top: 15px;
    padding-bottom: 8px;
}

.link-tz {
    height: 120px;
}

.link-tz .link-i {
    float: left;
    width: 33%;
}

.pop-tz {
    height: 300px;
}

.pop-tz .pop-i {
    float: left;
    width: 20%;
}

#footer .link-tz,
#footer .pop-tz {
    text-align: left;
    padding-left: 4%;
    padding-right: 4%;
}

#footer .link-tz ul li, 
#footer .pop-tz ul li {
    font-size: 16px;
    padding-bottom: 5px;
    color: #fff;
    list-style: none;
    font-weight: 700;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#footer .link-tz ul li {
    max-width: 160px;
    margin: 0 auto;
}

#footer .pop-tz ul li {
    max-width: 205px;
    margin: 0 auto;
}

#footer .pop-tz ul li {
    font-size: 14px;
}

#footer .link-tz ul li a,
#footer .pop-tz ul li a {
    font-size: 14.5px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

#footer .pop-tz ul li a {
    font-size: 13px;
}

#footer .link-tz ul li a:hover,
#footer .pop-tz ul li a:hover {
    color: #e3e3e3;
}

#footer .nav {
    justify-content: center;
    margin-bottom: 30px;
    font-size: 13px;
}

#footer .nav > li > a {
    color: #fff;
    display: block;
    height: 14px;
    padding: 0 10px;
    margin: 2px;
    line-height: 14px;
    text-shadow: none;
    border-right: #fff 1px solid;
}

#footer .nav > li:last-child > a {
    border-right: none;
}

#footer .nav > li > a:hover {
    color: #e1e1e1;
    transition: all .3s ease-out 0s;
    text-decoration: none;
}
/* Footer End */

/* General Start */
section .container {
    padding-top: 70px;
    padding-bottom: 40px;
}

section:nth-child(odd) {
    background: #f4f4f4;
}

.section-title h2 {
    font-size: 36px;
    line-height: 48px;
}

.section-title h3 {
    font-size: 28px;
    line-height: 36px;
}

.section-title h5 {
    font-size: 18px;
    font-weight: bold;
}

.section-content {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
    color: #606a78;
}

.content-block {
    display: flex;
}

.vertical-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vertical-container img {
    margin-bottom: 30px;
}

.vertical-container.left {
    margin-right: 100px;
}

.content-block.no-responsive .vertical-container.left {
    margin-right: 25px;
}

.content-button {
    margin-bottom: 30px;
}

.clapat-button {
    display: inline-block;
    padding: 9px 18px;

    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;

    color: #000;
    background-color: transparent;
    
    border: #4c5256 2px solid;
}

.clapat-button:first-child {
    margin-right: 10px;    
}

.clapat-button.white {
    color: #fff;
    border: #fff 2px solid;
}

.clapat-button:hover {
    text-decoration: none;
    background-color: #4c5256;
    color: #fff;
}

.clapat-button.white:hover {
    background-color: #fff;
    color: #4c5256;
}
/* General End */

/* Home Page Start */
.index-profile {
    position: relative;
    width: 336px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 5px 2px #ccc;
    font-size: 14px;
    background-color: #ffffff;
}
.index-profile .upper {
    border-bottom: 1px solid #ccc;
    padding: 49px 0 0 0;
    background-color: #fcfcfc;
}
.index-profile .upper img {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    top: -35px;
    left: 50%;
    margin: 0 0 0 -35px;
    border-radius: 50%;
}
.index-profile .upper .username {
    font-size: 17px;
    font-weight: bold;
    color: #222222;
    display: flex;
    justify-content: center;
}
.index-profile .upper .email {

}
.index-profile .upper .account-settings a {
    display: inline-block;
    padding: 5px 10px;
    margin: 15px 0 15px;
    border-radius: 4px;
    border: 1px solid #6e6e6e;
    color: #6e6e6e;
}
.index-profile .upper .account-settings a:hover {
    text-decoration: none;
    color: #4a4a4a;
    border-color: #393939;
}
.index-profile .upper .need-activate {
    background-color: #FEF0AC;
    line-height: 32px;
    font-size: 13px;
}
.index-profile .upper .resend-active-email {
    text-decoration: underline;
    cursor: pointer;
    color: #000;
}
.index-profile .lower {
    padding: 12px 0 0 0;
    list-style: none;
    margin: 0 0 20px 20px;
}
.index-profile .lower li {
    height: 52px;
    line-height: 52px;
    text-align: left;
}
.index-profile .lower li a {
    display: block;
    width: 100%;
    height: 100%;
}
.index-profile .lower li a:hover {
    opacity: .7;
    text-decoration: none;
}
.index-profile .lower li i {
    color: #B8BDBE;
    margin: 0 22px 0 0;
    font-size: 16px;
}
.index-profile .lower li span {
    color: #222222;
    font-weight: bold;
}

i[class^="tt-icon-"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    vertical-align: middle;
}
.tt-icon-feed {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAARVBMVEVHcEz/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhH/rhGd8ZqeAAAAFnRSTlMAKLX4/uag9K0W+tZVDe3YWFMIB6hSbSHXJQAAAMxJREFUOMvdlMkSgyAQRFtQNpG4pf//U3NQExMBOZiqVPrCgVfDNDPVwFdUqaZmQnWjqo27S2Ylh7We5on0UlORwY+ptkYfSAUAaMg+56AnGwBATXY5sCNrAABJAHbWpDYWuO3ba5/Ads7LhTkFV+sy8vY7uJW4DgwL507B1YzYmWmjoDWSdMYCbR7M6GdAK9xxEZ2wB1DEd1akZn1Y7uQIP/XfYPH3mDhoIiOMJJB8G2FxAJxFit8iRZHBTylseoVUcexhKAzS8mi+Vg/0HD8k39QLKgAAAABJRU5ErkJggg==');
}
.tt-icon-groups {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAG1BMVEVHcExNe/5Ne/5Ne/5Ne/5Ne/5Ne/5Ne/5Ne/7Xj5n6AAAACHRSTlMA/MspxtAs+hkxVUgAAABaSURBVCjPY2CgCUjqAAFlBgYjMEMNLKgBZrcwMHiAGa1gQQkwu52BoQLM6AALdsDYHUNBEM3xWL1pBFLR7szAYAJmqDHQCqBZpIzbSR1DOeQliA55rEmR6gAAowbHEjL7B0IAAAAASUVORK5CYII=');
}
.tt-icon-notifications {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAWlBMVEVHcEwUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttoUttqUjoruAAAAHXRSTlMA2HH7gh/1BvG76NGfZwwqWrNdrIzLxQM7LxU9Ro3M4QYAAADCSURBVDjL7dVHCsMwEEBR2erFvZe5/zVTDIpjtQDZBPLXD4EGRkLo2mqEMCtKxjXc0zwJa3hWJyE5IEnCbae8rPYNfauFSMVEJskSZbMEm5zDk+nhrT4wIy7hkvTLDpw6nyvAU+u6UvmgKj87EKBwYOOHjQOVHyoHYj/EDoRAf/ioDcHLOlIRgoKe3TRCsHFyl9nfacUrHIO4stBANGNhFoeZhSwOGfrN8tcV8vgLbieVJV5xqg+nafJXyAfGhtw57wZAiEn6vuiKvQAAAABJRU5ErkJggg==');
}
.tt-icon-site-owners {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAhFBMVEVHcEwVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuagVuajbtPe2AAAAK3RSTlMAmX/a5hgQhwUDhA0C/K3T4LLp8kKTLbrrTB1fVqZZ9m/KFGg7jnaa9QrBpfT2xwAAARJJREFUGBntwNdSwlAARdFD2k2lJ3QhoEbd//9/TiDtkldfmHHpVRi1kmNVbmFbTo6JxjC62+crOivj6xkYSdHnGcv5ksoGGAUbRn58WQA+Smpzs/Yj+WvjUZvvNUTLO0RqhAcPwL1qgMbmqoFgAbBJ1ePBDWVJJwA39WjEskUnYJmoQyuWLZkDjjp0Ytl2gBeqRS/WUKoZsNa/v3UB3FQWh55a+ww4yubQUWcKeIFsDi11igxYRLI5NNSbAFSRLOGMB/WSOcAi0ECwoKGBYgWwPIRqpG8eLQ29r6h5ZueH8texS206BZClcBmpwugEyPadZ1i2b5KiCvSsmGZ0lk6guxyN+bfT7ItsWea7UC2jF/ELy9A8XZiaR1gAAAAASUVORK5CYII=');
}
.tt-icon-logout {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAM1BMVEVHcEz/aSr/aSr/aSr/aSr/aSr/aSr/aSr/aSr/aSr/aSr/aSr/aSr/aSr/aSr/aSr/aSrtFpcmAAAAEHRSTlMAPDKMY13U/u5pn86VcG4DjUKQ5wAAAJ1JREFUOMu91cEaQCAQBGAqVsC8/9PCoYOmjAN7/mH227am+aRcj0r1LsGqO2SCVodIEG9gy3+/zWAp6O9wG5fHp64agUWCncFWBRYkC3PKqEAqeXtCLgt9PGWgkA2EVyFmFXoCh1sZYF4IEw3WCaljFprDvDkcMscgdQQGNhJ8cJljn56jdhR+Pa7ySpGWlLz25EXqpso7bXLfXAg7ARIfoY/woeEAAAAASUVORK5CYII=');
}
.vip-badge{
    width: 60px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    background-image: url(https://groups.tapatalk-cdn.com/static/image/vip_plus.png);
    display: inline;
}

.clapat-counters {
    padding-top: 20px;
    margin-bottom: 34px;
}

.clapat-counters .describe {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 20px;
    color: #000;
}
/* Home Page End */

/* Group Page Start */
.media-card {
    display: flex;
    padding: 20px;
    margin: 0 auto;
    max-width: 700px;

    position: relative;
    top: -67px;
    left: 0;
    right: 0;

    background: white;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: 0.5px 0.5px #E2E2E2;
}
.media-card .media-logo {
    display: inline-block;
    padding: 10px;
}
.media-card .media-logo img {
    border-radius: 5px;
}
.media-card .media-content {
    display: inline-block;
    padding: 10px;
}
.media-card .media-content a:hover {
    text-decoration: none;
}
.explanation {
    margin: 10px 100px;
}
.explanation p {
    padding-top:10px;
    color: #8f8f8f;
    font-size: 14px;
    font-style: italic;
}
.pricing-table .section-title {
    padding-bottom: 30px;
}
.pricing-table .section-title h3 {
    color: #ffffff;
}
.pricing-table table {
    border-radius: 6px;
    color: #4C5256;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.2);
}
.hot-label {
    background: url('https://groups.tapatalk-cdn.com/web/icon/hot.png') no-repeat;
    background-size: 41px;
}
.pricing-table .section-content {
    margin: 16px 220px 50px 220px;
    margin-top: 0;
    padding-top: 30px;
}
.pricing-table th {
    color: #383838;
    font-size: 22px;
    border: 1px solid rgba(0,0,0,.1);
    border-top: none;
    border-bottom: none;
}
.pricing-table td {
    font-size: 15px;
    height: 26px;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,.1);
    border-top: none;
    border-bottom: none;
}
.pricing-table td i {
    color: #76B358;
}
.pricing-table tr .fee {
    color: #76B358;
    height: 52px;
    font-size: 16px;
    font-style: italic;
    padding-top: 14px;
}
.pricing-table tr .fee sup {
    top: -16px;
}
.pricing-table tr .fee span {
    font-size: 38px;
}
.pricing-table th:nth-child(1), .pricing-table td:nth-child(1) {
    padding-left: 15px;
    padding-right: 10px;
}
.pricing-table th:nth-child(2), .pricing-table th:nth-child(3), .pricing-table th:nth-child(4), .pricing-table th:nth-child(5) {
    font-size: 22px;
    height: 50px;
    font-weight: normal;
    font-style: italic;
}
.pricing-table td:nth-child(2), .pricing-table td:nth-child(3), .pricing-table td:nth-child(4), .pricing-table td:nth-child(5), .pricing-table th:nth-child(2), .pricing-table th:nth-child(3), .pricing-table th:nth-child(4), .pricing-table th:nth-child(5) {
    text-align: center;
    vertical-align: middle;
    width: 155px;
}
.pricing-table tr:nth-child(odd) {
    background-color: #F8FBFD;
}
.pricing-table th, .pricing-table tr:nth-child(even) {
    background-color: white;
}
.pricing-table .clapat-counters .number:after {
    content: 'm+';
}
.pricing-table .explanation {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
    text-align: left;
}
.pricing-table .explanation:last-of-type {
    margin-bottom: 10px;
}
/* Group Page End */

/* Mobile Page Start */
.carousel-box {
    position: relative;
    width: 800px;
    height: 360px;
    max-width: 100%;
    margin: 0 auto;
}
.carousel-box .knob {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    margin: -30px 0 0 0;
    z-index: 13;
}
.carousel-box .knob:hover {
    cursor: pointer;
    opacity: 0.7;
}
.carousel-box .left {
    left: -30px;
    background: url('https://groups.tapatalk-cdn.com/web/homepage/mobile_left.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.carousel-box .right {
    right: -30px;
    background: url('https://groups.tapatalk-cdn.com/web/homepage/mobile_right.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.carousel img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}
.network-box {
    margin-bottom: 24px;
}
.network-box .col-md-3 {
    padding-left: 6px;
    padding-right: 6px;
}
.network-box img {
    width: 100%;
}
/* Mobile Page End */

/* Download Page Start */
#download ul.head,
#download ul.subhead {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#download ul.head li,
#download ul.subhead li {
    color: #000000;
    width: 20%;
    padding: 24px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
#download ul.head li{
    font-size: 15px;
    font-weight: bold;
    color: #484f59;
}
#download ul.head li:first-child,
#download ul.subhead li:first-child{
    width: 25%;
}
#download ul.head li:last-child,
#download ul.subhead li:last-child{
    width: 13%;
}
#download ul.subhead li:last-child a{
    text-decoration: none;
}
#download ul.subhead li{
    font-size: 14px;
}
.icon-icon_download{
    font-size: 26px;
}
#download .title-content img{
    width: 180px;
}
section.install .section-title{
    text-align: center;
    padding-bottom: 20px;
}
section.install .install_detail img {
    max-width: 100%;
}
section.install .nav-tabs {
    font-size: 13px;
}
#download .section-title:first-child{
    padding:  20px 0 40px 0;
}
#download ul.head.colored {
    background: #f8f8f8;
}
#download ul.subhead.colored{
    background: #f8f8f8;
}
.install_detail{
    padding: 15px;
    color: #484F59;
    font-size: 14px;
}
.install_detail ul{
    list-style: none;
}
.install_text2 {
    margin-top: 28px;
    font-size: 18px;
    color: #000;
}
.install_text3 {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}
code{
    font-family: 'GothamRnd Book';
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: inherit;
    font-size: 13px;
    white-space: normal;
}
pre {
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;

    font-family: monospace,serif;
    font-size: 15px;
    hyphens: none;
    line-height: 1.6;
}
/* Download Page End */

/* Temp Style - Google Mirgation Section */
.card-block {
    display: flex;
    margin-bottom: 40px;
}
.card-container {
    width: 33%;
}
.card {
    margin: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: 0.5px 0.5px #E2E2E2;
}
.card-image {
    margin-bottom: 6px;
}
.card-image img {
    width: 100%;
}
.card-content {
    padding: 10px 10px 22px 10px;
}
.card-content p {
    margin: 10px 0 6px;
    font-size: 15px;
    line-height: 24px;
}
.card-content p:last-of-type {
    margin-top: 0;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

@media (max-width: 700px) {
    .card-block {
        display: block;
    }
    .card-container {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .card-container {
        width: 100%;
    }
}
/* Temp Style - Google Mirgation Section */