.ce-productdetails {
    margin: 0 auto 20px;
    overflow: hidden;
    max-width: 1240px;
    padding: 0 180px;
}
.ce-productdetails .demoimage {
    float: left;
    width: 32.4%;
    overflow: hidden;
    background-color: #f7f7f7;
}
.ce-productdetails .demoimage > img {
    float: left;
    width: 100%;
}
.ce-productdetails table {
    float: right;
    width: 66.2%;
    border-collapse: collapse;
}
.ce-productdetails table td {
    background-color: #f7f7f7;
    padding: 15px 20px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #464646;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}
.ce-productdetails table td p{
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0.5em 0;
}
.ce-productdetails table td img {
    display: block;
    float: left;
    margin-right: 30px;
}

@media screen and (max-width: 1380px) {
    .ce-productdetails {
        max-width: 90%;
        padding: 0;
    }
}

@media screen and (max-width: 959px) {
    .ce-productdetails .demoimage {
        position: relative;
        overflow: hidden;
        background-color: #F7F7F7;
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    .ce-productdetails .demoimage > img {
        float: none;
        width: auto;
        display: table;
        margin: 0 auto;
        max-width: 100%;
    }
    .ce-productdetails table {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .ce-productdetails table tr {
        border-top: 2px solid #FFF;
    }
    .ce-productdetails table tr:first-child {
        border-top: none;
    }
    .ce-productdetails table tr td {
        display: block;
        padding: 10px 15px;
        line-height: 20px;
        border: none;
        overflow: hidden;
    }
    .ce-productdetails table tr td:first-child {
        font-weight: 600;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 359px) {
    .ce-productdetails {
        max-width: 100%;
    }
}