#arg-text {
    font-size: 1.4em;
    border: 1px solid #fff;
    color: #000;
    border-radius: 3px;
    background: rgba(160, 192, 224, .5);
    padding: 1em .5em;
    margin-bottom: 1em;
}

.arg-height {
    min-height: 200px;
}

#true, #false {
    border-radius: 50%;
    border: 1px solid #888;
    height: 100px;
    width: 100px;
    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;
}

 #cywir, #anghywir{
    border-radius: 50%;
    border: 1px solid #888;
    height: 100px;
    width: 100px;
    box-shadow: 8px 9px 10px -3px rgba(0,0,0,0.25), inset 0 0 50px rgba(0, 0, 0, 0.1);
	font-size: medium;
}

#true:focus, #false:focus, #cywir:focus, #anghywir: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: rgba(0, 73, 126, 1);
    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%;
    }
}