.subpage {
    color: black;
    padding: 20px;

}

.presenter {
    background-color: #81cfcd;
    color: white;
}

.greeting_title {
    font-size: larger;
    font-weight: bold;
    /* margin-bottom: 13px; */
    /* -webkit-text-shadow: 0 10px 10px #ffbf80;
    text-shadow: 0 10px 10px #ffbf80; */
}

.greeting_footer {
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: right;
}

.bold {
    font-weight: bold;
    margin-top: 15px;
}

.participate_btn {
    background-color: #ED7D31;
    color: #fff;
    border: none;
    width: 40%;
    height: auto;
    padding: 25px;
    margin-left: 25px;
}

table th {
    background-color: #fce8da;
}

.term {
    letter-spacing: 0.5;
    font-weight: 700;
}

/*mobil*/
@media screen and (min-width:320px) and (max-width:649px) {
    .subpage {
        padding: 3px;
    }

    .participate_btn {
        padding: 15px;
        margin-left: 15px;
    }
}

table,
td,
th,
tr {
    border: 1px solid;
}



.participate_table td {
    text-align: right;
}

.btn--shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.participate_btn {
    border-bottom: 5px solid #b84c00;
}

.participate_btn:hover {
    cursor: pointer;
    /* margin-top: 3px; */
    color: #fff;
    background: #f56500;
    border-bottom: 2px solid #b84c00;
}

/* 
.btn_wrap {
    height: auto;
} */

span a:hover {
    color: #f56500;
}

.term {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}

.wrap {
    margin-bottom: 20px;
}
.bold {
    font-weight: bold;
    margin-top: 30px;
}

.example_image {
    width: 400px;
    margin: 2em 0em 0em 0em;
    border-style: solid;
}

table{
	width:100%;
}
table tr td{
	padding: 5px 10px;
}