body, html {
    padding: 0;
    margin: 0;
    background-color: #222
}

#player {
    background-color: #222 !important;
}

.abs {
    position: absolute
}

.rel {
    position: relative
}

.fit, .w_fit {
    width: 100%;
}

.fit, .h_fit {
    height: 100%;
}

.margin_top_1 {
    margin-top: 5px
}

.text {
    color: #6e6e6e;
    font-size: 14px;
}

.abs_center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.msg_plugin_missing {
    padding: 5px;
    background-color: #aaa;
    border-radius: 4px;
    line-height: 25px;
    font-size: 14px;
    color: #6e6e6e;
    text-align: center;
    width: 100%;
}

.get_flash_player {
    color: #333;
    font-size: 13px;
    background-color: #eee;
    padding: 15px;
    border: solid 1px #ccc;
}

.table {
    position: relative;
    display: table;
    table-layout: fixed;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

.vertical-align-middle {
    vertical-align: middle;
}

.text-align-center {
    text-align: center;
}

.pos-fixed {
    position: fixed;
}

.padding-15 {
    padding: 15px;
}

.msg {
    display: inline-block;
    font-family: 'Merriweather Sans', Verdana, monospace;
    font-size: 16px;
    color: #999;
    background-color: #333;
    padding: 15px;
    border-radius: 5px;
}
