.activity_index_content {
    text-align: left;
    width: 800px;
}
.h11 {
    font-size: 24px;
    font-weight: bold;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.label1 {
    font-size:18px;
    font-weight:bold;
    color:#323450;
    border-radius: 15px;
    padding:8px 5px 3px 15px;
    margin: 30px 0 10px 0;
    /* background: #f9fb6f; */
    /* width:165px; */
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
/*.container1 a {
    color: #337ab7;
    text-decoration: none;
}*/
.container1 .color_red {
    color: #f00;
}
.container1 .submit_btn {
    font-size: 24px;
    padding: 15px 25px 15px 25px;
}
.container1 .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.container1 .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.link a {
    color: #717172;
}