body {
    color: #333;
    font-family: "Helvetica Neue", KozMinStd-Regular;
    font-size: 0;
}

a {
    color: #33f;
}

a:visted {
    color: #33f;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* radio, checkbox */

input[type=radio],
input[type=checkbox] {
    display: none;
}

.radio,
.checkbox {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 40px;
    line-height: 24px;
    color: #2c3e50;
}

.radio:after,
.checkbox:after {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    content: '';
    background-color: #BDC3C7;
    z-index: 1;
    cursor: pointer;
}

.radio:after {
    border-radius: 50%;
}

.checkbox:after {
    border-radius: 6px;
}

.radio:before,
.checkbox:before {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.radio:before {
    top: 50%;
    left: 12px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #53b300;
}

input[type=radio]:checked + .radio:before {
    opacity: 1;
}

.checkbox:before {
    left: 13px;
    margin-top: -9px;
    width: 5px;
    height: 9px;
    width: 10px;
    height: 16px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}

input[type=checkbox]:checked + .checkbox:after {
    background-color: #00f;
}

/* crumbs */

#crumbs {
    width: 960px;
    margin: 0 auto 20px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
#crumbs em {
    font-style: normal;
}
#crumbs a:hover {
    text-decoration: none;
}

/* bootstrap */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
