/* pc/products/Illumination/main.css */

@media screen and ( min-width:1024px ) {

    /*#region light_type_wrap*/
    .light_type_wrap {
        margin: 0 0 25px;
    }
    /*#endregion*/

    /*#region lighting_roles_wrap*/
    #lighting_roles_wrap {
        
    }

    table.lighting_role_wrap {
        width: 32%;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 25px;
    }

    table.lighting_role_wrap tr th {
        background-color: #999;
        color: #fff;
        padding: 10px 0;
        font-size: 14px;
    }

    table.lighting_role_wrap tr td {
        font-size: 12px;
        line-height: 22px;
    }
    /*#endregion*/

 .boxContainer {
    margin-bottom: 30px;
}

 .box {
	display: inline;
    text-align: center;
    margin-right: 50px;
    padding-bottom: 30px;
}
}
