th {
    color: black;
}
h1 {
    color: white;
}
#account-operations section .card-body {
    height: 600px;
}
#addForm .form-outline {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
#addForm .form-outline>input {
    width: 50%;
}
.container {
    padding-top: 3rem;
    margin-top: 3rem;
}
.page-header {
    min-height: 200px;
}
.list-group-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.list-group-item p, .list-group-item .controls i {
    margin-right: 1rem;
    margin-bottom: 5px;
}
.list-group-item.passed {
    border-left: 5px solid green;
}
.list-group-item.oncomming {
    border-left: 5px solid rgba(0, 0, 0, 0.6);
}
.home {
    text-decoration: none;
}
.pinky {
    position: relative;
    display: none;
}
.pinky img {
    max-width: 150px;
    height: auto;
    margin-bottom: 1rem;
}
.err404 {
    text-align: center;
}
.err404 img {
    max-width: 50%;
    height: auto;
    margin-bottom: 2rem;
}
.list-group {
    border-left: 5px solid gray;
    max-height: 60vh;
    overflow: scroll;
}
.shadow-top {
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 10px -10px #000 inset;
    height: 20px;
    margin-bottom: -20px;
}

.shadow-bottom {
    position: relative;
    z-index: 2;
    box-shadow: 0px -10px 10px -10px #000 inset;
    height: 20px;
    margin-top: -20px;
}
.ui-menu-item {
    cursor: pointer;
    margin: 2px;
}
.ui-menu-item:hover {
    color: white;
}
.selections>div, .quick-actions>div {
    margin: 1rem 0;
}
.search-form {
    max-width: 80%;
}
.search-form button {
    background-color: rgba(255, 255, 255, 0.1);
}
.account form>* {
    display: block;
}
.account form input {
    margin-bottom: .1rem;
}
#new-account-section img,
#login-section img {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 140px; 
    position: relative; 
    z-index: 2;
    top: 30px;
}
.flex-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

#flash-message, #bubble {
    display: none;
}
#new-account-section {
    display: none;
}
.success {
    color: #4CAF50;
}
.error {
    color: #f44336;
}
.warning {
    color: #ff9800;
}
.accordion {
    border: 2px solid gray;
    border-radius: 5px;
    margin-bottom: 2rem;
}
.btn-add {
    color: #4CAF50;
}
.btn-delete {
    color: red;
}

/* CSS talk bubble */
.talk-bubble {
	margin-left: 40px;
    display: inline-block;
    position: relative;
	min-width: 100px;
	height: auto;
	background-color: #3a3f44;
}
.talk-bubble p {
    margin-bottom: 0;
}
.bubble-border {
  /*border: 4px solid white;*/
}
.round {
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

}


.tri-right.bubble-border.left-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    left: -29px;
	right: auto;
    top: -4px;
	bottom: auto;
    /*
	border: 26px solid;
	/*border-color: white transparent transparent transparent;*/
}

.tri-right.left-top:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    left: -20px;
	right: auto;
    top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #3a3f44 transparent transparent transparent;
}

/* talk bubble contents */
.talktext {
    padding: 1em;
	text-align: left;
    line-height: 1.5em;
}
.talktext p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.card {
    max-width: 50%;
    margin: 0 auto;
}
.card-body h2 {
    margin-top: 2rem;
}