div#main .view_taganalysis #centerPanel .table {
	min-width: 1060px;
}

.single_selection_match_panel > * {
    padding:5px;
}

.page_group_selection_panel {
    margin-top: 15px;
    overflow: hidden;
}

.page_group_selection_panel .icon:last-of-type {
    margin-right: 0;
}

.page_group_selection_panel label, 
.page_group_selection_panel input,
.page_group_selection_panel .l_group {
	margin-right: 15px;
}

.page_group_selection_panel > div:last-child {
	border-radius: 10px;
    border: 1px solid #C0C0C0;
    margin: 15px 0;
    min-height: 150px;
    max-height: 200px;
    overflow:hidden;
    overflow-y: auto;
}

.single_selection_match_panel {
	overflow: hidden;
	margin:5px;
}

.single_selection_match_panel > label {
    display: block;
    float: left;
    margin:0;
    height: 100%;
    width: calc(60% - 45px);
    text-align: left;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}

.single_selection_match_panel > label:first-child {
	width:40%;
}

.single_selection_match_panel > label:last-child {
	width: 10px;
	height: 15px;
}

