table {
    width: 100%;
}
th, td {
    padding: 10px;
    border: 1px solid #ddd;
}
th {
    background: #f4f4f4;
    width: 30%;
    text-align: left;
}
.dpnone {
    display:none !important;
}
footer ul.inline-listB li {
    display:initial;
    padding:0.5em;
}

@media only screen and (max-width:480px){
    th,td {
        width: 100% !important;
        display: block !important;
        border-top: none !important;
    }
    tr:first-child th {
        border-top: 1px solid #ddd !important;
    }
    th {
        text-align:center;
    }
    .photo {
        text-align:center;
    }
    .button {
        width:100%;
        margin:0.3em 0 !important;
    }
    .panel{
        padding:0 !important;
    }
    header ul {
        display:none !important;
    }
    .whitney-book{
        margin-bottom:20px !important;
    }
    footer ul.inline-listB {
        margin-left:0;
    }
    .dpnone {
        display:block !important;
    }
}