.tx-ttaddress-pi1 .floatbox {
	position: relative;
}

.tx-ttaddress-pi1 .floatbox::after {
	content: "";
	clear: both;
	display: table;
}

.tx-ttaddress-pi1 .profileAddress .contentImageDiv {
	float: none;
}

.tx-ttaddress-pi1 .profileAddress #memberships {
	display: inline-block;
	margin-bottom: 5px;
}

@media screen and (min-width: 567px) {
	.tx-ttaddress-pi1 .profileAddress #memberships {
		display: inline;
		margin-bottom: 0px;
	}

	.tx-ttaddress-pi1 .profileAddress .contentImageDiv {
		width: 235px;
		padding: 0 15px 0 0;
	}
	.tx-ttaddress-pi1 .profileAddress .separatorAddress {
		width: calc(100% - 235px);
		height: 220px;
		position: relative;
	}

	.tx-ttaddress-pi1 .profileAddress .contentImageDiv,
	.tx-ttaddress-pi1 .profileAddress .separatorAddress {
		float: left;
	}

	.tx-ttaddress-pi1 .profileAddress #addressField {
		position: absolute;
		bottom: 5px;
	}
}

.filled {
	display: block !important;
}

.portal_list {
    list-style: none;
    padding-left: 0;
}

.portal_list_item {
    padding-bottom: calc(1rem / 16 * 15);
}

p.type {
    margin-bottom: calc(1rem / 16 * 2);
}

.foxContentFooter {
    margin-bottom: calc(1rem / 16 * 40);
}

.mystudy-item {
    margin-bottom: 50px;
}

.mystudy-item__title {
    font-weight: 700;
    margin-bottom: -2px;
}

.mystudy-meta__lecturers {
    color: #666;
    display: block;
    margin-bottom: 5px;
    font-size: 0.85em;
}

.mystudy-meta__no-appointments {
    color: #999;
}

.mystudy-room-link {
    text-decoration: none;
    border-bottom: 1px dotted;
    color: inherit;
}

.mystudy-details {
    margin-top: 5px;
    cursor: pointer;
}

.mystudy-details[open] {
    margin-bottom: 30px;
}

.mystudy-details__summary {
    list-style: none;
    outline: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
}

.mystudy-details__summary:hover {
    background-color: transparent;
}

.mystudy-details__summary::-webkit-details-marker {
    display: none;
}

.mystudy-details__indicator {
    font-size: 1.2em;
    color: #7B0E30;
    transition: transform 0.2s ease;
    margin-left: 8px;
    margin-top: -4px;
}

.mystudy-details[open] .mystudy-details__indicator {
    transform: rotate(180deg);
}

.mystudy-details__header-text {
    flex: 1;
}

.mystudy-meta-appointment {
    margin-top: 5px;
}

.mystudy-meta-appointment__label {
    color: #666;
    font-size: 0.85em;
    font-style: italic;
}

.mystudy-content {
    margin-top: 10px;
    cursor: pointer;
}

.mystudy-content {
    margin-top: 10px;
    padding-left: 10px;
    border-left: 2px solid #ccc;
    font-style: normal;
    color: inherit;
}

.mystudy-courses-empty {
    color: #999;
}
