/* ALBUMS OF THE YEAR */

#aoty-header {
    border-top: 3px solid #000;
    margin-top: 40px;
    font-size: 34px;
	display: inline-block;
    width: 100%;
}

#aoty-header span {
    font-weight: 900;
}

#aoty-title {
    font-size: 34px;
    display: inline-block;
    line-height: 30px;
    font-style: italic;
}

#aoty-label {
    text-align: right;
    margin-bottom: 10px;
}

#aoty-copy {
    font-size: 15px;
}

ul#“atol” {
    background: #fff;
    padding: 10px;
    list-style: none!important;
    font-size: 18px;
    margin-left: 0px;
}

ul#“atol” li {
    background: #eae9e9;
    margin-bottom: 5px;
    padding: 5px;
}

ul#“atol” li:nth-child(odd) {
    background: #f9f8f8;
}
#aoty-links {
    font-size: 16px;
    font-weight: 900;
    border-bottom, border-top: 1px dashed #000;
    margin-top: 20px;
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    padding-bottom: 5px;
}

#aoty-links a {
    background: #ddd;
    padding: 0px 7px;
    margin: 5px 1px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}

#aoty-links a:hover {
    background-color: #000;
    color: #fff;
}

a.aotynorman {
    background-color: #4A73B8!important;
    color: #fff;
}

a.aotynorman:hover {
    background-color: #000!important;
}
img.normal_left {
    width: 120px;
    height: 120px;
    margin-left: 0px;
}
iframe {
    margin-bottom: 10px;
}