.app-mode {
    position: fixed;
    right: 15px;
}

html {
	position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    margin-bottom: 50px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 40px;
}

.notifier-icon {
	font-size: 30px;
}

#accsForm {
	padding-top: 20px;
}

#accsForm > div > input {
	margin-right: 10px;
}

#accsForm > div > div.input-group {
	margin-right: 10px;
}

a.action {
    margin-right: 10px;
    font-weight: bold;
}

.action {
    color: #337ab7;
    cursor: pointer;
}

#call-log-table > tbody > tr > td > div > audio {
	height: 30px;
}

#call-log-table > thead > tr > th {
    text-align: left;
}

#call-log-table > thead > tr > th:last-child {
    text-align: center;
}

#change-password {
	margin-top: 100px;
}

#change-password form {
	padding: 50px;
}

#change-password label {
    margin-top: 0;
    margin-bottom: 10px;
}

.oldest-calls {
	font-size: 12px;
}