/* wrapper */
.wrapper {width:960px; margin:0 auto 10px; border: 1px solid #EEE;}

/* container */
.container {clear:both;}
.container .sidebar-s {width:200px; float:left;}
.container .main-s {width:750px; float:right;}
/* end container */

.navbar-title {
    height: 30px;
    line-height: 30px;
    background-color: #f7f7f7;
    padding: 0 10px;
}

.app-btn {
    margin: 30px;
    text-align: center;
}
.app-btn .btn-go-write {
    display: inline-block;
    width: 180px;
    padding: 10px;
    background: #48c8da;
    color: #FFF;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
}
