#promise_key {
    width: 100%;
    height: 50px;
    cursor: pointer;
}

#tracker {
    height: 100%;
}

#expanded {
    width: 100%;
    min-height: 300px;
}

.img_wrapper {
    float: left;
    width: 240px;
    height: 180px;
    margin-right: 10px;
}

.headline {
    font-weight: bold;
    font-size: 24px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.content_wrapper {
    float: left;
    width: 100%;
}

.content_wrapper h3{
    margin-left: 6px;
}

.content_wrapper li {
    font-weight: 500;
}

#list_data {
    float:left;
    font-weight: bold;
    cursor: pointer;
}

#list_data li {
    list-style-type: none;
    width: 350px;
    height: 50px;
}

#list_data ul {
    float: left;
}

#list_data img {
    float: left;
    width: 46px;
    height: 34px;
    margin-right: 5px;
}

.listedHed {
    padding-top: 5px;
    line-height: 100%;
    color: rgb(19, 37, 159);
}

#credits {
    float: left;
}

.hidden {
    display: none;
}