﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Participants */
.participants .panel-body {
    overflow: auto;
    max-height: 200px;
}
.participants .participant {
    display: block;
    float: left;
    width: 240px;
    margin: 0 5px 5px 0;
    font-size: 0.85em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
	.participants .participant.organiser {
		/* We can choose to make organisers stand out somehow */
		font-weight: bold !important;
		color: green;
	}

.participants .participant img {
    float: left;
    height: 35px;
    margin-right: 5px;
}
.participants .participant .email {
    font-size: 0.9em;
    color: #999;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h1 small {
    white-space: nowrap;
}

#savebutton {
    cursor: default;
}