﻿

div.left
{   display:inline-block;
    padding: 10px 10px 10px 0;
    clear:none;
    width: 250px;
    text-align:center;
    
    }

.menu_list {
    width: 100%;
}

.menu_head {
    cursor: pointer;
    position: relative;
    margin: 15px 0px 0px 0px !important;
    /*border-top-left-radius: 6px;*/
    border-bottom: solid 1px #F0CB00;
    border-top: solid 5px #F0CB00;
    color: white;
    /*width: 50%;*/
    background: #000000;
    /*text-align: center;*/
    /*border-radius: 4px;*/
    padding-left: 15px;
    cursor: pointer;
    height: 70px;
    line-height: 65px;
    font-size: 19px;
    
}

.menu_body {
    display: none;
    width: 50%;
    margin: 0px 0px 12px 0px !important;
    position: relative;
    /*border: solid 2px #F0CB00;*/
    /*color: #FFF;*/
    font-weight: bold;
    font-size: 16px;
    /*background-color: #000000;*/
    /*border-radius: 4px;*/
    padding: 10px;
}

span {
    float: left;
}


</style >

@media (max-width:768px) {
    .menu_head {
        width: 100% !important;
    }
}
