/*header h1 {*/
/*	width: 220px;*/
/*	height: 40px;*/
/*	background-image: url(logo.png);*/
/*	background-size: 220px;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*	padding: 0;*/
/*	margin: 0;*/
/*	overflow: hidden;*/
/*	text-indent: -1000000px;*/
/*	display: block;*/
/*}*/

body {
    min-width: 600px !important;
}

.width {
    width: 100%;
    /*max-width: 1400px !important;*/
    /*min-width: 1100px !important;*/
    margin: 0 auto;
}

.table tbody tr.back-yellow {
    background-color: #FFFAE6;
}

.table tbody tr.back-yellow:hover {
    background-color: #FFFAE6;
}

.table tbody tr.back-purple {
    background-color: #E6E1FA;
}

.table tbody tr.back-purple:hover {
    background-color: #E6E1FA;
}

.table tbody tr.back-green {
    background-color: #E1FAE1;
}

.table tbody tr.back-green:hover {
    background-color: #E1FAE1;
}

.table tbody tr.back-red {
    background-color: #FFE6E6;
}

.table tbody tr.back-red:hover {
    background-color: #FFE6E6;
}

/**/

td.button a.icon-plus {
    font-size: 17px;
    color: #545454;
    text-decoration: none;
    padding: 1px 0;
    margin: 0 1px;
    min-width: 22px;
    min-height: 22px;
    border: 1px solid #D8D8D8;
    border-radius: 0;
}

td.button a.icon-plus:hover {
    color: #2EA2CC;
    background-color: #E2E2E2;
    text-decoration: none;
}

/**/

#post_videos_serialize_block_link {
    max-width: 60%;
}

#post_videos_serialize_block_link p {
    word-wrap: break-word;
}
