
input#username{
	padding: 5px;
	height: 1rem;
	width: 90%;
	margin: 5px;
}

red {
	color: red;
}

#controls {
  display:block;
  margin: 5px auto;
	text-align: center;
	padding: 5px;
} 

.recoder-btn {
  display: inline-block;
	width: 60px;
}

.recoder-btn img {
	width: 90%;
}

.recoder-btn:hover, .recoder-btn:focus {
  outline: none;
  background: #c72d1c;
} 




.recoder-btn::-moz-focus-inner {
  border: 0;
}

.recoder-btn:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
	background:#39CC00;
}

.recoder-btn:disabled {
  pointer-events: none;
  background: lightgray;
}
.recoder-btn:first-child {
  margin-left: 0;
}

audio {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
	margin-right: 10%;
}

li {
  list-style: none;
  margin-bottom: 0;
}



#recordingsList{
	width: 90%;
}

/* Add this to your central CSS file */
.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.topbar .logo-box {
    display: flex;
    align-items: center;
}
.topbar .topbar-menu {
    flex: 1;
    display: flex;
    align-items: center;
}
.topbar .navbar-custom {
    display: flex;
    align-items: center;
}
.topbar .navbar-custom .list-inline-item {
    margin-right: 20px;
}
.topbar .topbar-right {
    display: flex;
    align-items: center;
}
.app-search {
    display: flex;
    align-items: center;
}
.app-search .form-control {
    width: 250px;
    margin-right: 10px;
}
