.exon{ fill: #888888;
    stroke: #000000;
    stroke-width: 0.5px;
}

.exon_with_alternatives{
    stroke: #000000;
    stroke-width: 0.5px;
}


.non_mutu_with_features_exon {
    stroke: green;
    stroke-width: 2px !important;
    stroke-opacity: 1.0 !important;
}

.non_mutu_with_features_exon_in_all {
    stroke: blue;
    stroke-width: 2px !important;
    stroke-opacity: 1.0 !important;
}

.seq_box {
    fill: #e6e6e6;
    stroke: #000000;
    stroke-width: 0.5px;
}

.ruler_line {
    stroke: #000000;
    stroke-width: 1px;
}

.intron {
    fill: #dddddd;
    stroke: #000000;
    stroke-width: 0.5px;
}

.gap {
    fill: #CC0000;
    stroke: #000000;
    stroke-width: 0.5px;
}

.mismatch {
    stroke: #FF0000;
    fill: #FF0000;
    stroke-width: 0.5px;
}

.seqshift {
    stroke: #3377EE;
    fill: #3377EE;
    stroke-width: 0.5px;
}

.additional_codon_in_target_or_unmatched_query {
    stroke: green;
    fill: green;
    stroke-width: 0.5px;
}

.stop_codon_in_target {
    stroke: purple;
    fill: purple;
    stroke-width: 0.5px;
}

.intron_putative {
    fill: #3366CC;
    stroke: #000000;
    stroke-width: 0.5px;
}

.exon_alternative {
    stroke: #000000;
    stroke-width: 0.5px;
}

.multi_n {
    stroke: #CC0000;
    fill: #CC0000;
    stroke-width: 0.5px;
}

.contig_line {
    stroke: black;
}


