﻿.card-header, .card-link, .card-link:hover {
    background-color: transparent;
    text-align: left;
    color: #fff;
    width: 100%;
}

.card-body {
    padding: 10px 10px;
}

.card {
    width: 100%;
}

.icnplsmins {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 20px;
    color: white;
    -webkit-animation: minus 0.5s;
}

.card-header, .card-link, .card-link:hover {
    background-color: transparent;
    text-align: left;
    color: white;
}

.filled-heading {
    border-radius: 0;
}

.card-header {
    padding: 8px 10px;
    border-radius: 0;
    border: none;
    color: #333;
}

.question:not(.active) {
    display: none;
}
table {
	font-size: 1em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}
.card-tools {
    position: absolute;
    right: 14px;
    top: 14px;
}
