﻿.title {

    border: 0;
    padding: 4px 0;
}
.icon img {
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 15px
}
h3 {
    font-size: 14px; 
    font-weight: lighter;
    color: #666;
}

.content {
    line-height: 26px;
    font-size: 14px;
    width: -webkit-fill-available;
    margin-bottom: 45px;
    padding: 10px 15px 0 33px;
    overflow: hidden;
}

.toolarea {
    border-radius: 8px;
    padding: 4px;
    margin: 8px 0;
    width: 100%;
    height: 160px;
    color: #333;
    display: block;

}
.bt-blue {
    font-size: 14px;
    border: none;
    line-height: 33px;
    background: #4899E0;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    padding: 0 18px;
    margin-right: 12px;
    border-radius: 8px;
}

    .bt-blue:hover {
        background: #368DD9;
        text-decoration: none
    }

.bt-green {
    font-size: 14px;
    border: none;
    line-height: 33px;
    background: #D4237A;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    padding: 0 18px;
    margin-right: 12px ;border-radius: 8px;
}

    .bt-green:hover {
        background: #f43269;
        text-decoration: none
    }

.bt-grey {
    font-size: 14px;
    border: none;
    line-height: 33px;
    background: #DDD;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    padding: 0 18px;
    margin-right: 12px;
    border-radius: 8px;
}

    .bt-grey:hover {
        background: #CCC;
        text-decoration: none
    }

.bt-FF5D36 {
    font-size: 14px;
    border: none;
    line-height: 33px;
    background: #FF5D36;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    padding: 0 18px;
    margin-right: 12px;
    border-radius: 8px;
}

    .bt-FF5D36:hover {
        background: #FF8836;
        text-decoration: none
    }
