.namanyay-search-btn {
    background:#5cb85c;
    color:white;
    padding:10px 20px;
    border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
    -o-border-radius:0 5px 5px 0;
    border:0 none;
    font-weight:bold;
}

.namanyay-search-box {
    background: #ffffff;
    padding:10px;
    border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    -o-border-radius:5px 0 0 5px;
    border:0 none;
    width:200px;
}

.info-box-icon {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 15px;
}

.info-box {
    min-height: 20px;
    width: 70%;

}

.progress-description,
.info-box-text {
    font-size: 13px;
}

.info-box-number {
    font-size: 16px;
}

.info-box-content {
    padding: 2px 3px;
    margin-left: 30px
}

.alert {
    padding: 8px;
    background-color: #f44336;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.alert.success {
    background-color: #4CAF50;
}

.closebtn {
    padding-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 20px;
    line-height: 18px;
    cursor: pointer;
    transition: 0.3s;
}