.notification-toast {
    position: fixed;
    max-width: 350px;
    z-index: 1060
}

.notification-toast.top-right {
    top: calc(70px + 15px);
    right: 15px
}

.notification-toast.top-left {
    top: calc(70px + 15px);
    left: 15px
}

.notification-toast.top-middle {
    top: calc(70px + 15px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.notification-toast.bottom-right {
    bottom: 15px;
    right: 15px
}

.notification-toast.bottom-left {
    bottom: 15px;
    left: 15px
}

.notification-toast.bottom-middle {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.spinner-sm{
	width: 1.2rem;
    height: 1.2rem;
    border-width: 0.2em;
}

.question-list-a{
	display: block; font-size: 14px; margin-bottom: 2px; font-weight: 500; line-height: 1.2; margin-top: 0;
}

.question-locked-a{
	opacity: .6;
}

.text-indent-2{
	text-indent:2em;
}

.question-desc p{
	text-indent:2em;
}
.question-title{
	font-size:16px; font-weight:500;
}

.head-pic-rank{
	width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #7888fc;
    padding: 2px;
    float: left;
}

.name-rank{
	float: left;
    padding: 5px 15px;
}