﻿@charset "utf-8";
/* CSS Document */
br {
    height: 1px;
    font-size: 1px;
}

.caps a {
    color: #333;
    text-decoration: none;
    outline: none;
}

    .caps a:hover, .caps a:active, .caps a:focus {
        color: #333;
        text-decoration: underline;
    }

    .caps a img {
        border: none;
    }

.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}
