body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: "Averta", sans-serif;
    font-weight: normal;
}

div.wrap-ad {
    margin-bottom: 10px;
}

#header {
    height: 48px;
}

#header .logo {
    margin: 3px 0 0;
    padding: 3px 10px;
    max-height: 35px
}

#container {
    margin: 10px;
    font-size: 100%;
    line-height: 21px;
    color: #000000;
}

#container h1 {
    font-size: 20px;
}

#footer {
    clear: both;
    color: #FFF;
    padding: 8px 10px;
    font-size: 80%;
}

#footer a {
    color: #FFF;
}

div.summary {
    font-size: 80%;
}

#header,
#footer {
    background: #2c3742;
    background: -moz-linear-gradient(top, #2c3742 0%, #28303a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c3742), color-stop(100%, #28303a));
    background: -webkit-linear-gradient(top, #2c3742 0%, #28303a 100%);
    background: -o-linear-gradient(top, #2c3742 0%, #28303a 100%);
    background: -ms-linear-gradient(top, #2c3742 0%, #28303a 100%);
    background: linear-gradient(to bottom, #2c3742 0%, #28303a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c3742', endColorstr='#28303a', GradientType=0);
}

/* native */
.layout-mobile {
    width: 320px;
    margin-bottom: 10px
}

.layout-mobile a {
    text-decoration: none
}

.layout-mobile .cartalk .ad {
    background-color: #fff;
    padding: 4px 0 40px;
    position: relative
}

.layout-mobile .cartalk .ad .ad-inner {
    display: block !important
}

.layout-mobile .cartalk .ad .label {
    background-color: #d8d8d8;
    padding: 0 6px;
    border-radius: 3px;
    display: inline;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 1.5
}

.layout-mobile .cartalk .ad .company-name {
    display: inline;
    padding: 0 !important;
    font-size: 14px;
    color: #000
}

.layout-mobile .cartalk .ad .company-name span {
    color: #5b5b5b
}

.layout-mobile .cartalk .ad .ad-image {
    background-size: cover;
    width: 100%;
    height: 167px;
    margin-top: 6px
}

.layout-mobile .cartalk .ad .copy-container {
    padding: 15px;
    display: flex;
    line-height: 16px
}

.layout-mobile .cartalk .ad .copy-container p {
    margin: 0;
    padding: 0 0 0 15px
}

.layout-mobile .cartalk .ad .copy-container .ad-title {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin-bottom: 6px
}

.layout-mobile .cartalk .ad .copy-container .ad-text {
    display: block !important;
    font-size: 16px;
    line-height: 18px;
    color: #5b5b5b;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.layout-mobile .cartalk .ad .company-logo {
    height: 45px;
    width: 45px;
    background-size: contain;
    background-repeat: no-repeat
}

.layout-mobile .cartalk .ad .ad-text-container {
    width: calc(100% - 45px);
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.layout-mobile .cartalk .label {
    display: inline-block;
    margin-bottom: 10px
}

.layout-mobile .cartalk .cta {
    position: absolute;
    right: 30px;
    bottom: 13px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000
}

.layout-mobile .cartalk .caret {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 14px;
    color: #000
}

.layout-mobile .cartalk p {
    padding: 0 25px
}

.cartalk .content .ad .adchoice {
    position: absolute;
    top: 0;
    right: 0
}

/* native 600x600 */
.city-spotter .dynamic-ad {
    position: relative
}

.city-spotter .dynamic-ad .adchoice {
    position: absolute;
    top: 0;
    right: 0
}

.city-spotter .hero h3 {
    position: absolute;
    bottom: 10px;
    max-width: 80%;
    left: 10px;
    margin: 0
}

.city-spotter .article {
    position: relative;
    padding-bottom: 10px
}

.city-spotter .article a {
    display: flex;
    width: 100%
}

.city-spotter .article .article-title, .city-spotter .article .label {
    color: gray
}

.city-spotter .article .article-image {
    margin: 0
}

.city-spotter .article .text-container {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.city-spotter .article .article-text {
    border: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.city-spotter .article .ad {
    border: none;
    background: #70BC5D;
    color: #fff;
    padding: 0 4px;
    border-radius: 2px;
    margin-left: 5px
}

.city-spotter .article .label {
    border: none;
    position: absolute;
    bottom: -7px;
    right: 0
}

.layout-mobile .city-spotter .article-wrapper {
    width: 100%
}

.layout-mobile .city-spotter .hero h3 {
    bottom: 25px;
    max-width: 67%;
    left: 15px;
    font-size: 24px
}

.layout-mobile .city-spotter .article {
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 15px
}

.layout-mobile .city-spotter .article p {
    margin: 10px 5px;
    font-size: 12px;
    line-height: 14px;
    color: #6f6f6f;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.layout-mobile .city-spotter .article .article-title {
    margin: 0 5px
}

.layout-mobile .city-spotter .article .label {
    margin: 0;
    font-size: 10px;
    color: #5c6461;
    max-width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px
}

.layout-mobile .city-spotter .article .text-container {
    width: calc(100% - 130px);
    padding-left: 10px;
    position: relative
}

.layout-mobile .city-spotter .article .article-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000
}

.layout-mobile .city-spotter .article .article-image {
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: center
}

.layout-mobile .city-spotter .article .label .ad {
    box-shadow: none;
    position: absolute;
    right: 0
}

.layout-desktop .city-spotter .article {
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 30px;
    background-color: #fff
}

.layout-desktop .city-spotter .article p {
    margin: 5px;
    font-size: 24px;
    line-height: 28px;
    color: #6f6f6f;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.layout-desktop .city-spotter .article .label {
    margin: 0;
    font-size: 16px;
    color: #5c6461;
    line-height: 20px
}