@-webkit-keyframes target {
    from { background:#ffffff; }
    50% { background:#ffffd3; }
    to { background:#ffffff; }
}

table {
    border: 1px solid black;
}

th, td {
    border: 1px solid black;
    padding: 15px;
    text-align: left;
}

ol.inside {
    list-style-position: inside;
}

ol.loweralpha {
	list-style: lower-alpha;
}

.footers {
    border-top: thin solid black;
}

.indent {
    margin-left: 40px;
}

.right-img {
    float: right;
    margin: 10px 0px 0px 20px;
}

.left-img {
    float: left;
    margin: 10px 30px 0px 0px;
}

.clearfix {
    overflow: auto;
}

.row > div {
    padding: 20px;
}

:target {
    -webkit-animation:target 1s linear;
    animation: 1s linear;
}

.affix {
    top: 20px;
}


