/* STYLES FOR COMPARE CDF

   developer:   suef
   requires:    /cdf/css/global.css
   ========================================================================== */

.gridContent td {
    padding: 0 1rem 0 0;
    vertical-align: top;
}
.gridContent img {
    margin: 0 0 0 -.5rem;
}
.gridContent h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    color: #545454;
}
.gridContent p {
    margin: .5rem 0 1rem 0;
    color: #545454;
}
.gridContent td {
    width: 45px;
}
.cell-half {
    width: 200px;
}
.thisVideo {
    overflow: hidden;
    margin: 1rem 0;
    display: block;
}
.categoryVideoImage {
    width: 144px;
    margin: 0 20px 0 0;
    display: inline-block;
}
.categoryVideoImage, .thisVideo .title, .categoryAuthor {
    display: inline-block;
    font-size: .9rem;
    float: left;
}
.thisVideo .title, .thisVideo .play {
    font-weight: 600;
}
.thisVideo strong, .categoryAuthor {
    width: 70%;
    color: #545454;
}
.thisVideo:hover .title,
.thisVideo:hover .chevron {
    color: #f77700;
}
.chevron {
    color: #dd1100;
    margin: 0 0 0 3px;
}

.supported-table {
    max-width: 988px;
}
.superTable {
    width: 100%;
}

.compare1b .sidebar .button, .compare1b .sidebar .contact {
    display: none;
}