
div#content .c-item-title{
    position: relative;
    display: table;
    width: 100%;
}
/*
div#content .c-item-button{
    position: relative;
    display: -webkit-box;
}
*/
div#content .shutten {
    margin-top: 10px;
}

div#content .company-black h3 {
    background-color: #000;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    border-radius: 5px;
    padding: 4px 0px 4px 10px;
    margin: 10px 0 10px 0;
}

div#content .company-brown h3 {
    background-color: #E4DCCC;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    border-radius: 5px;
    padding: 4px 0px 4px 10px;
    margin: 10px 0 10px 0;
}

div#content .company-purple h3 {
    background-color: #303054;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 4px 0 4px 0;
    margin: 10px 0 10px 0;
}


div#content .center{
    text-align: -webkit-center;
    margin-top: 5px;
}

div#content .right{
    text-align: -webkit-right;
}
