/*
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
*/
.btn_my_bod {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 12px 0px;
    border: 1px solid #e9e9e9;
    text-align: center;
    position: relative;
    color:#666;
    font-size:16px;
    line-height:16px;
    margin-bottom:10px;
}
    .btn_my_bod i {
        margin-right:5px;
    }

.btn_my_bod:hover {
    color: #fe6c6d !important;
    border: 1px solid #fe6c6d;
}