/**
 * CSS Styles for views of different content types
 */
.lxmahowood-td-views-grid {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    text-align: center;
    width: 24%;
}

table.views-view-grid td.cols-2 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    text-align: center;
    width: 24%;
}

.lxmahowood-td-views-grid .node-teaser {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.view-qcm .link-wrapper,
.view-qcm .node-readmore {
  display: none;
}

article.node-quiz .content a {
    background: none repeat scroll 0 0 #bbb;
    color: #fff;
    font-size: 17px;
    padding: 5px 15px;
    text-decoration: none;
}

article.node-quiz .content a:hover {
    background: none repeat scroll 0 0 #ddd;
    color: #444;
}

#node-30 p {
 text-align: center;
}
