/* CHANGES WITH RESOLUTION */

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ff99ff;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color:#003322;
    width: 240px;
    height: 320px;
    font-size:small;
}

a {
    text-decoration:none;
    font-weight: bold;
    color:#663366;
}

.disabled {
    text-decoration:line-through;
    font-weight: bold;
}

.title {
    vertical-align: middle;
    font-weight:bold;
    color:#003322;
    font-size:medium;
    margin-left:1.2em;
}

.subtitle {
    color:#003322;
}

.notice {
    font-weight: bold;
    color:olive;
}

.content {
}

.video_header {
    background-color:#663366;
    width:214px;
    height:18px;
    padding-left:10px;
    padding-top:3px;
    color:white;
}

.thumbnail {
    border-color:#663366;
    border-width:2px;
}

.video_title {

}

.description {
    margin-left:0.8em;
}

.menu_button {
    color:#d10821;
    font-weight:bold;
    font-size:large;
}

.menuitem {
    margin-left:3.5em;
}

.play_link {
    color:#663366;
}

.stream_link {
    color:#663366;
}

.share_link {
    color:#663366;
}

.big_divider {
    height: 3em;
}

.divider {
    height: 1.5em;
}

.pagination {
    text-align:center;
}

.pagination a{
    color: gray;
    font-weight:bold;
}

.tour {
    background-color:#663366;
    padding:5px;
    width:214px;
    color:white;
}

.tour a {
    color:white;
}