/* Stylesheet for Text Sets */

#Sign {
    background-image: url(images/sign.png);
}

#ThemeCarouselContainer {
    margin-top: 35px;
}

#ExampleSkillsCards {
    float: right;
}

#ExampleSkillsCards a,
#ExampleSkillsCards .image,
#ExampleSkillsCards .caption {
    display: block;
    width: 120px;
}

#ExampleSkillsCards .image {
    background-position: center center;
    background-repeat: no-repeat;
    height: 120px;
}

#ExampleSkillsCards .caption {
    font-size: 12px;
    text-align: center;
}

