#arg-text {
	margin-top: 1.8em;
    font-size: 1.4em;
    border: 1px dotted rgb(115, 124, 120);;
    color: #39393A;
    border-radius: 3px;
    padding: 1em .5em;
    margin-bottom: 1em;
}

.arg-height {
    min-height: 200px;
}

#true, #false {
    border-radius: 50%;
    border: 1px solid #888;
    height: 120px;
    width: 120px;
    box-shadow: 8px 9px 10px -3px rgba(0,0,0,0.25), inset 0 0 50px rgba(0, 0, 0, 0.1);
	font-size: x-large;
	margin-bottom: 3em
}

.glyphicon {
    font-size: 1.5em;
    position: relative;
    top: 5px;
    left: 1px;
}

#true:focus, #false:focus {
    outline: none;
}

table.funerals {
    background-color: rgba(255, 255, 255, 0.7);
    table-layout: fixed;
}

table.funerals th:nth-child(1) {
    width: 30%;
}

table.funerals th:nth-child(2) {
    width: 12%;
}

table.funerals th:nth-child(3) {
    width: 12%;
}

table.funerals th:nth-child(4) {
    width: 44%;
}

th {
    background-color: rgb(115, 124, 120);;
    color: #FFF;
    font-size: 1.2em;
    font-weight: normal;
}

th, td {
    padding: 1em 1.2em;
    width: 20%;
}

@media screen and (min-width: 992px) {

    #activityContainer {
        min-height: 400px;
    }
}


@media screen and (max-width: 767px) {

    table.funerals {
        table-layout: auto;
    }
}


@media print {

    table.funerals {
        margin: 0 1em;
        width: 98%;
    }
}