.select2-container, 
.form-control.select2-container { 
    min-height: 34px;
    border: 1px solid #ccc;
}

.form-control .select2-choice,
.select2-container .select2-choice {
    height: 32px;
    background: none;
    border: none;
}

.select2-container .select2-choice .select2-arrow b {
    margin-top: 2px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-top: 2px;
}

section.report {
    padding: 0 10px;
}
section.report table td,
section.report table th {
    font-size: 12px;
    padding: 1px;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #ddd;
}

section.report table td.limited-width,
section.report table th.limited-width {
    max-width: 250px;        
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 

section.report table td.limited-width:hover,
section.report table th.limited-width:hover {
    overflow: visible;    
}

/*section.report table tr.summary {
    background-color: #fcf8e3;
}*/
