/**/

* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    text-rendering: optimizeLegibility;
}


#wrapper {
    margin: 20px auto;
    width: 990px;
}

h1 {
    font-weight: bold;
    font-size: 1.2em;
}

p {
    padding: 10px 0;
    line-height: 130%;
}

.cds-intro {
    margin: 20px 0;
}

.cds-row {
    margin: 20px 0px 20px 0px;
}

.cds-item {
    float: left;
    width: 25%;
    text-align: center;
}

.cds-item img {
    transition: 1s ease;    
}



.cds-item img:hover {
    opacity: .5;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;    
}

.clear {
    clear: both;
}

#footer {
    font-size: 12px;
    border-top: 1px solid gray;
    padding: 15px;
    margin-top: 30px;
    text-align: center;
}