body {
	background: black;
}

div .col-xs-9,
div .col-sm-10 {
	font-family: math,system-ui;
	padding: 0 0.5rem 0 0.5rem;
}

a {
	color: lightblue;
}

a:hover {
	color: skyblue;
}

label {
    color: darkgrey;
    text-align: right!important;
    padding-top: unset!important;
}

.ui-dialog-content {
	color: black;
}

.form-horizontal {
    color: white;
    border-bottom: 1px solid #222;
    margin-bottom: 2rem;
}

#nick {
    border: 1px solid gray;
    background: transparent;
    color: white;
}

#btnSubcribe {
    background: transparent;
	color: white;
	margin-right: 0.5rem;
}

#meetingQR {
	max-width: 78px;
}

#toggleAttendees {
	margin-left: 0.5rem;
}

#attendees {
    color: #337ab7;
    width: fit-content;
    max-width: calc(100vw - 2em);
    padding: 0.25rem 0.5rem;
    background: black;
    position: fixed;
    top: 4em;
    right: 1em;
    z-index: 1;
    max-height: 100vh;
    overflow-y: auto;
    border: 1px solid white;
}

#attendees button {
	background: transparent;
	color: white;
	margin-bottom: 0.15em;
}

#closeInvitation {
	cursor: pointer;
	float: right;
	font-size: 1.5em;
}

div p {
    cursor: pointer;
    display: inline;
    margin-left: 0.4em;
    margin-bottom: 0;
    font-size: 0.9em;
}

.submit-div {
	margin-top: 0;
    user-select: none;
}

.toggle {
    cursor: pointer;
    font-size: 0.9em;
    margin: 0.4em 0;
    width: fit-content;
    user-select: none;
}

.form-group {
	padding-top: 0.75rem;
}

.form-horizontal .form-group {
    margin-right: unset;
    margin-left: unset;
}

.title {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 0.25rem;
}

#mobile {
    background: transparent;
    color: yellow;
}

.img-circle {
	max-width: 2rem;
}

table {
	color: white;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: unset;
    border-top: none;
    border-bottom: 1px solid #444;
}

.table > thead > tr > th {
    border-bottom: 1px solid #555;
}