.tag-source table, .type-source table {
    width: 100%;
}

.tag-source, .type-source {
	cursor: pointer;
	width: 170px;
	float: left;
	font-size: 11px;
        border: 1px solid #000;
        margin: 5px;
        background-color: #FAFAFF;
}

.tag-over, .type-over {
   	background-color:#AFAFFF;
    	cursor: pointer;
}

.tag-selected, .type-selected {
   	background-color: #8FA8F6;
    	cursor: pointer;
}

.tags-target {
    border: 1px solid #000;
    margin: 3px;
    padding: 3px;
}

.tag-label, .type-label {
    background-color: #EEEEFF;
    border-bottom: 1px solid #003;
    width: 30px;
}

.dv_svc_input {
    font-size: 24px;
    text-align: right;
    width: 40px;
}

.singlevideocontrol {
    text-align: right;
}

span#ext-gen11 {
    font-size: 20px;
    text-align: center;
    margin: auto;
    display: block;
}
