/* mobile/products/curtain/main.css */

@media screen and ( min-width:0px ) and ( max-width:1023px ) {
    /*#region light_type_wrap*/
    .light_type_wrap {
        margin: 0 0 25px;
    }
    /*#endregion*/

    /*#region lighting_roles_wrap*/
    #lighting_roles_wrap {
    }

    table.lighting_role_wrap {
        margin: 0 0 15px;
        width: 100%;
    }

    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: 5px;
}
  .box img {
    width: 30%;
}

}
