
.mtrestdata {
  color: red;
}


.mtrestdata h3{
  #display: none;
}

.mtrestdata table{
  width: 100px;
  display: none;
}

.mtrestdata table thead{
  display: none;
}

.mtrestdata table tbody td{
  #display: none;
}

.mtrestdata table tbody td:not(:has(a.mt-attend)){
  display: none;
}


.anmeldewrapper {
    margin-left: 3px;
    display: inline-block;
    #height: 80px;
    #max-height: 80px;
    #overflow: hidden;
	#background-color: blue;
}

.mtanmeldebutton {
    cursor: pointer;
    color: white;
    background-color: green;
	padding: 10px;
    margin: 10px;
    border-radius: 3px;
}

.cacheDload-wraper{
	 padding: 14px 0px;
	margin-left: 32px;
	margin-right: 32px; 
}