

.choice_panel{
    width: auto;
    margin: auto;
    margin-top: 35px;
}
.choice_panel td {
    background-color: #333;
    text-align: center;
    font-size: 85%;
    color: #aaa;
    width: 33%;
    padding: 10px 20px;
    border: 2px solid #444;
    border-radius: 5px;
}

.freedom_radio,
.freedom_music,
.freedom_theatre,
.freedom_social,
.freedom_resources,
.freedom_tagger {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 85px; /* Divs need a height to show the image if they are empty */
    width: 85px;
    margin: 5px auto;
    margin-bottom: 10px;
}
.freedom_radio { background-image: url('../img/icons/icon_freedom_radio.png'); }
.freedom_music { background-image: url('../img/icons/icon_freedom_music.png'); }
.freedom_theatre { background-image: url('../img/icons/icon_freedom_theatre.png'); }
.freedom_social { background-image: url('../img/icons/icon_freedom_social.png'); }
.freedom_resources { background-image: url('../img/icons/icon_fpogdev_resources.png'); }
.freedom_tagger { background-image: url('../img/icons/icon_red-gear.png'); }









