.ppr-account-container {
	margin-left: 10px;
	margin-right: 10px;
}
.ppr-account-container .fd-red {
  color: #ED1C24 !important;
}
.ppr-account-container .flex-spaced-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: .5em;
}

.ppr-account-container .button-link {
	text-decoration: none !important;
}

/* Profile CSS */
#ppr-profile-container {
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	padding: .5em;
}
#ppr-profile-container h1 {
	font-size: 2.5em;
}
#ppr-profile-container h3 {
	font-size: 1.75em;
	margin-bottom: 0px;
}

#ppr-profile-container .profile-left-panel {
	flex: 2;
}

#ppr-profile-container .pro-pic-info-container {
	display: flex;
	margin-top: .5em;
	margin-bottom: .5em;
}

#ppr-profile-container .prof-pic {
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#ppr-profile-container .pro-info {
	display: flex;
	flex-direction: column;
}
#ppr-profile-container .pro-info .fd-icon-pencil {
	margin-left: 5px;
}
#ppr-profile-container p {
	text-align: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
}
#ppr-profile-container .bold {
	font-weight: 600;
}
#ppr-profile-container .profile-panel-right {
	margin-top: auto;
	margin-bottom: auto;
	flex: 1;
}
#ppr-profile-container .points-action-container {
	flex-direction: column;
}
#ppr-profile-container .points-action-container h4 {
	margin: 0;
}
#ppr-profile-container .points-action-container h1 {
	font-size: 3em;
	margin-bottom: 10px;
}
#ppr-profile-container #current-points {
	margin-top: 10px;
}

#ppr-event-container .event-container {
	margin-bottom: 10px;
}
#ppr-event-container .collapsible-header {
	background: black;
	color: white;
	margin-bottom: 0px;
}
#ppr-event-container .active-header {
	background: grey;
	color: black;
}
#ppr-event-container h1 {
	padding: 10px;
}
#ppr-event-container .fd-icon {
	float: right;
}
#ppr-event-container .event-content {
	display: none;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
}
#ppr-event-container thead > tr > td {
	font-weight: 600;
}
#ppr-event-container .event-content .ppr-history-link {
	text-align: right;
	padding: .5em;
	font-size: .8em;
}

#ppr-event-container table {
	text-align: center;
	padding: 1em;
}
#ppr-event-container thead {
	border-bottom: 1px solid black;
}
#ppr-event-container td {
	padding: .5em;
	font-size: .7em;
}

/* PPR History CSS*/

#ppr-history-container tr:nth-child(even)  {
	background: #eeeeee;
}
#ppr-history-container select {
	float: right;
}
#ppr-history-container #ppr-loader-container {
	text-align: center;
}
#ppr-history-container #ppr-error {
	display:none;
}
#ppr-history-container .fdi-box-loader {
	margin: 5em 0em;
	position: relative;
}
#ppr-history-container table {
	display: none;
}
#ppr-history-container thead > tr > td {
	font-weight: 600;
}
#ppr-history-container #ppr-pagination {
	display: none;
	float: right;
}
#ppr-history-container a {
	cursor: pointer;
	margin-left:.1em;
	margin-right:.1em;
}