﻿.logo_m {
    margin-left: 10px;
    margin-top: 20px;
    text-align: center;
}

.logo_m img {
    margin-top: 10px;
    margin-left: 10px;
}

.item_desc {
    background: #FFFFFF;
    position: relative;
    padding: 15px 20px;
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.item_action {
    position: relative;
    background: #E0DDD5;  
}

.btn_action {
    display: inline-block;
    font-size: 21px;
    margin: 10px 20px;  
    padding: 20px 40px;    
    background: #F15F27;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #F15F27;
    text-decoration: none;
    border: none;
    font-family: "Segoe UI","Tahoma","Arial","Verdana",sans-serif;
}

.btn_action:hover {
    background-color: #565656;
    text-shadow: -1px -1px 0 #565656;
}

.item_name {
    font-size: 21px;
    color: #5e5e5e;
}

.item_features {
    font-size: 20px;
    line-height: 30px;
    list-style-type: square;
    padding-left: 40px;
    text-shadow: 1px 1px 0 #FFFFFF;
    color: #5e5e5e;
}