﻿.tag{
    border-right: 3px solid #ccc;
    border-right-color: rgb(204, 204, 204);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    color: #333;
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    left: 0;
    line-height: 14px;
    padding: 4px 2px 4px 2px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    text-transform: uppercase;
    top: .714rem;
    width: 142px;
    margin: 0 0 .75rem;
    box-sizing: border-box;
    list-style: none;
}
body{
    padding-top: 0px;
}
.tag-new{
    background-color: #ffedcf;
    background-position: 0 -50px;
    border-color: #f90;
}

.tag-improvement{
    background-color: #dcf6ff;
    background-position: 0 -250px;
    border-color: #038fc0;
}

.tag-bug{
    background-color: #f0ffe1;
    background-position: 0 -150px;
    border-color: #5ba622;
}
ul{
    list-style: none;
    margin: 0;
    box-sizing: border-box;
}

li{
    padding-left: 160px;
    border-top: 1px solid #d6d6d6;
    margin: 0 0 15px 0;
    position: relative;
    box-sizing: border-box;
    max-width: 900px;
}
.notes-wrapper{
    margin-left: 70px;
}
.subtitle{
    margin-left: 30px;
}

.not-first-h1{
    margin-top: 40px;
}
section{
    background: #fff;
    box-shadow: 0 0 0 1px #fff inset;
    margin: 0 -20px 20px;
    display: block;
    box-sizing: border-box;

}