﻿
.clsFeatureBlock {
    width: 100%;
    margin-right: 18px;
    border: 1px solid #808080;
    border-radius: 4px;
    padding: 12px;
    margin-top: 18px;
}

.features {
    margin-left: 6px;
}

h1 {
    margin-bottom: 16px;
    font-size: 36px;
}

h2, h3 {
    margin-bottom: 8px;
}

p {
    margin-bottom: 12px;
}

.clsNormalWeight {
    font-weight: normal;
}

.clsWeatherBlock {
    border: 1px solid #808080;
    border-radius: 4px;
    padding: 6px;
}

    .clsWeatherBlock li {
        list-style: none;
    }

    .clsWeatherBlock .clsNormalWeight {
        font-size: 16px;
    }

.no-style-list {
    list-style: none;
}

.hr {
    color: black !important;
    height: 2px !important;
}
