html, body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444;
}

a, a:hover, a:focus{
    text-decoration: none;
}

header{
    text-align: center;
    margin-bottom: 2rem;
}

header .logo{
    width: 112px;
    height: 150px;
    margin: 0 auto;
    background-color: #43AA71;
    padding: 15px;
}

.zncr-product .composition p{
    text-align: right;
}

.zncr-product .composition table{
    width: 100%;
}

.zncr-product .composition table tr th, .zncr-product .composition table tr td{
    font-size: 80%;
    border-bottom: 1px solid #666;
}

.zncr-product .composition table tr:last-child th, .zncr-product .composition table tr:last-child td{
    border-bottom: none;
}

.zncr-product .composition table tr td{
    text-align: right;
}

.zncr-product .features .feature-icon{
    text-align: center;
    font-size: 3rem;
}

.zncr-product .features .feature-description{
    font-size: 80%;
}

.copyrights{
    padding: 1rem 0;
    background-color: #43AA71;
    color: #FFF;
}

.copyrights a{
    color: #FFF;
}

.copyrights div[class^="col-"]:last-child{
    text-align: right;
}

@media(max-width: 767.98px){
    .copyrights div{
        text-align: center !important;
    }
    .copyrights div[class^="col-"]:first-child{
        margin-bottom: .5rem;
    }
}