
p.workout_headline {
    color       : white;
    font-family : arial;
    font-weight : bold;
    font-size   : 14px;
}

p.title {
    color           : white;
    font-family     : Arial;
    font-size       : 40px;
    font-style      : normal;
    font-weight     : bold;
    text-decoration : none;
}

p.info {
    color        : black;
    font-family  : Arial;
    font-size    : 35px;
    font-style   : normal;
    font-weight  : bold;
}

p.more {
    color        : white;
    font-family  : Arial;
    font-size    : 35px;
    font-style   : italic;
    font-weight  : bold;
}

p.rss_title {
    color              : black;
    font-size          : 40px;
    font-family        : arial;
    font-weight        : bold;
}

p.rss_info {
    color              : black;
    font-size          : 25px;
    font-family        : arial;
    font-weight        : bold;
}

img.gym_pictures_icon {
    width              : 190px;
    border             : 0px;
}

select.bodypart {
    color               : white;
    font-family         : arial;
    font-weight         : bold;
    font-size           : 12px;

    text-align          : center;
    border              : 1px solid;

    border-top-color    : brown;
    border-left-color   : brown;
    border-right-color  : brown;
    border-bottom-color : brown;

    padding-left        : 5px;
    width               : 150px;
    height              : 30px;

    background-color    : brown;
}

.bodypart:hover {
        background-color : blue;
}

select.video_filter {
    font-family         : Arial, Helvetica, sans-serif;
    font-size           : 11px;
    color               : black;
    font-weight         : bold;
    border              : 1px solid;
    border-top-color    : black;
    border-left-color   : black;
    border-right-color  : black;
    border-bottom-color : black;
    width               : 220px;
    padding-top         : 3px;
    padding-bottom      : 3px;
    padding-left        : 2px;
    background-color    : #66FFFF;
}
