.navbar-default .navbar-brand {
	color: #000000;
    text-shadow: 1px 1px white;
}

#alert {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 10001;
}

#info .panel .table th {
	text-align: right;
    width: 45%;
}

.ng-cloak {
    display: none !important;
}

#list tr th {
    white-space: nowrap;
    padding-left: 1em;
    vertical-align: bottom;
}

#list tr td {
    white-space: nowrap;
    padding-left: 1em;
}

[ng-click] {
	cursor: pointer;
}
