.side {
    float: left;
}
.side-pane-10 {
    width: 10%;
}
.side-pane-20 {
    width: 20%;
}
.side-pane-30 {
    width: 30%;
}
.side-pane-40 {
    width: 40%;
}
.side-pane-50 {
    width: 50%;
}
.side-pane-60 {
    width: 60%;
}
.side-pane-70 {
    width: 70%;
}
.side-pane-80 {
    width: 80%;
}
.side-pane-90 {
    width: 90%;
}
.side-pane-100 {
    width: 100%;
}
.side > div {
    padding: 0 10px 10px;
}
.formatted h1, .formatted h2, .formatted h3 {
/*    color: #666;
    font-weight: 200;
 */
}
.formatted>div  {
    padding-top: 15px;
}
.addanother {
    color: #999;
}
.addanother:hover {
    color: #333;
    cursor: pointer;
}
.addanother i {
    margin-right: 5px;
}

.typeahead.form-control.CategoryTags {
    display: inline-block;
    width: 100%;
}
.typeaheadContainer i.fi-plus {
    color: #999999;
    font-size: 1.5em;
    vertical-align: middle;
}
.typeaheadContainer i.fi-plus:hover {
    cursor: pointer;
    color: #333;
}
.tag.tag-repo > div {
    margin-right: 5px;
}

.tag.block > div {
    display: block;
    margin: 0 0 5px;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 5px 10px;
}
.tag.block i {
    position: absolute;
    right: 10px;
    top: 6px;
}
/*.footer {
    margin-top: 20px;
}*/
.action.right {
    text-align: right;
}
.action.btn i {
    margin-right: 5px;
}
.action.center {
    text-align: center;
}
.tag.tag-repo .file-tag {
    cursor: pointer;
}
.tag.tag-repo .fi-play {
    float: none !important;
    display: inline !important;
    position: static !important;
    margin: 0 5px 0 0 !important;
}
.tag.tag-repo .file-tag .fi-play {
    display: none !important;
}
.tag.tag-repo .file-tag.btn-warning .fi-play {
    display: inline !important;
}
.file-tag > div > div {
    width: 90%;
}
.std-number-box  {
    background-color: #f0f0f0;
    text-align: center;
}
.std-number-box h2, .std-number-box h3 {
    font-weight: 200;
    color: #999;
}