
#teksti heading {
    font-weight: bold;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.checkbox {
    border-style: solid;
    border-width: 1px;
}
#fields-olenKiinnostunutAsennuksenHintaArviosta {
        height:10px;
        width:10px;
}

#fields-offerName {
    border-style: solid;
    border-width: 1px;
}
#teksti label[for=fields-offerName] {
    font-weight: bold;
    width:150px;
}
#fields-offerPhone {
    border-style: solid;
    border-width: 1px;
}
#teksti label[for=fields-offerPhone] {
    font-weight: bold;
    width:150px;
}
#fields-offerMailAddress {
    border-style: solid;
    border-width: 1px;
}
#teksti label[for=fields-offerMailAddress] {
    width:150px;
    font-weight: bold;
}
#fields-offerZipCode {
    border-style: solid;
    border-width: 1px;
}
#teksti label[for=fields-offerZipCode] {
    width:150px;
    font-weight: bold;
}
#fields-offerZipCode2 {
    border-style: solid;
    border-width: 1px;
}
#teksti label[for=fields-offerZipCode2] {
    width:150px;
    font-weight: bold;
}
#teksti .button {
    background:#CC0000;
    color:white;
    border-style:outset;
    border-color:#EE0000;
    border-radius:12px;
    height:50px;
    text-align: center;
    /*line-height: 37px;*/
    /*width:100px;*/
    font:bold15px arial,sans-serif;
    text-shadow:none;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
button {
    background:#CC0000;
    color:white;
    border-style:outset;
    border-color:#EE0000;
    border-radius:12px;
    height:50px;
    /*width:100px;*/
    font:bold15px arial,sans-serif;
    text-shadow:none;
    font:bold15px arial,sans-serif;
    text-shadow:none;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

#teksti li::before{
        color: red; /* or whatever color you prefer */
        content: "\f078";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        padding-right: 0.5em;
    }
#teksti li{
        padding-bottom: 5px;
    }
#teksti ul{
        list-style:none;
}
