﻿.h3
{
    text-align:left;
    margin:0 5px;
  
}
    .h3 label
    {
        font-size: 1em;
        font-weight: bold;
        color: #ff6a00;
        border-left: 3px solid #ff6a00;
        padding-left: 10px;
        height: 36px;
        line-height: 36px;
    }
.body
{
    
    padding:10px 5px 15px 5px;
    background: #f0eff4;
    box-sizing:border-box;
}
    .body img
    {
        width:100%;
        height:auto;
        border-radius:5px;
    }
dt
{
    font-size:1em;
    font-weight:bold;
    height:36px;
    line-height:36px;
}
dd
{
    line-height:26px;
    box-sizing:border-box;
}

.button
{
    padding:3px 15px;
    text-align:center;

}

.livemessage
{
    width:100%;
    height:60px;
    border-radius:5px;
    box-sizing:border-box;
    outline:none;
}