.ajaxLoading {

    background-image: url(/cfd/images/ajax-loader.gif);
    background-repeat: no-repeat;
    width: 100%;
    height: 16px;
    background-position: center center;

}


.WorkoutDetails {
    display: block;
}


ul.years {
    padding: 0;
    text-align: center;
}

ul.years li {
    display: inline;
    list-style: none !important;
    padding-bottom: 12px;
    padding-left: 12px;

}

ul.years li a {
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    top: 6px;
}

ul.years li a:hover {
    background-color: orange;
}

.red {
    /* font-size: 10px; */
    color: #d12421;
}

.rightButton {
    float: right;
}

.postLink {
    background-color: black;
    color: white !important;
    padding: 6px 15px;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;


    position: absolute;
    bottom: 6px;
    right: 0;

}

.postheader {
    text-align: center;

}

.buttonsDiv {
    position: relative;
}

.EditButton {
    background-color: #b80000;
    color: white !important;
    padding: 6px 15px;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    bottom: 6px;
    right: 195px;
}

.showButton {
    background-color: #b80000;
    color: white !important;
    padding: 6px 15px;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    bottom: 6px;
    right: 65px;


}

.PostWod {
    position: relative;
}

.postLink:hover {
    background-color: orange;
}

.list li {
    list-style: none !important;
}

.search {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20pt;
}

.searchText {
    display: block;
    text-align: center;
}
