.talisman-ui {
	font-size: 14px;
	line-height: 21px;
	font-family: Helvetica Neue,Roboto,Arial,sans-serif;
    color: #444;
    background-color: #fff;
}

.talisman-ui h2 {
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

.talisman-ui p {
	margin-bottom: 15px;
}

.talisman-ui .content-container {
	border: 1px solid rgb(224, 224, 224);
	border-radius: 4px;
	padding: 20px;    
}

.table	tr.selected {
	background-color:white;
	font-weight:bold;
}

.twistie.glyphicon {
    margin-right: 3px;
}

.glyphicon-rotate {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }