body.dark {
    color: white;
    background: #282828;
}
.dark .panel {
    background: #282828;
}
.dark #excel2vcf {
    border: 10px dashed #555;
	background:#292929;
}
.dark h1, .dark h3, .dark p, .dark div {
    color: #ccc;
}
.dark td {
    font-size: 11px;
}
.dark th {
    background: #27C499;
	color:white;
}
.dark .gbutton {
    background: #27C499;
    color: white!important;
}
.dark a {
    color: #27C499;
}
.dark .bluebox {
    color: white;
	background:#27C499;
}
.dark .dz-details div {
    color: #444!important;
}
.dark .cd-headline.clip.center {
    color: #999;
}
.dark tr:nth-child(odd) {
    background: #333;
}
.dark .active,
.dark .deactive,
.dark .accordion:hover {
    background-color: #444;
	color:white;
}
.dark td {
    padding: 5px 0;
}
.dark tr:hover {
	background-color: #777;
}
.dark .bubbler-wrapper .bubbler-menu-loader {
    box-shadow: 0 0;
}

.dark .error {
    color: white!important;
}

.dark .warning {
    color: red!important;
}.dark div#result {    color: coral!important;}