body {
    padding-top: 64px;
    padding-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.kty-release-note {
    padding-bottom: 10px;
}

.bugfix, .newfeature, .improvment {
    position: relative;
    width: calc(100% - 8em);
}

.bugfix:after {
    position: absolute;
    top: 0;
    right: -8em;
    background-color: #d9534f;
    display: inline;
    padding: .5em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .3em;
    content: 'Bugfix';
    width: 7em;
}

.newfeature:after {
    position: absolute;
    top: 0;
    right: -8em;
    background-color: #5cb85c;
    display: inline;
    padding: .5em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .3em;
    content: 'New Feature';
    width: 7em;
}

.improvment:after {
    position: absolute;
    top: 0;
    right: -8em;
    background-color: #31b0d5;
    display: inline;
    padding: .5em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .3em;
    content: 'Improvement';
    width: 7em;
}

.nav-topicref {
    padding-top: 5px;
    font-style: italic;
}

th, td {
    padding: 5px;
}

.indentation {
    padding-left: 50px;
}

.menuitem {
    font-style: italic;
    color: #4b4b4b;
}

.jumbotron p {
    font-size: 1em;
}

.href-text {
    font-style: inherit;
}

ul {
    margin-left: 15px;
    padding-left: 0;
}

td p {
    margin-bottom: 0;
}

.imgDescription {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(29, 106, 154, 0.72);
    color: #fff;
    visibility: hidden;
    opacity: 0;
}

.imgWrap:hover .imgDescription {
    visibility: visible;
    opacity: 1;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.att {
    margin-bottom: 10px;
}

.att .attIconCell {
    vertical-align: top;
}

.att .attText {
    text-transform: uppercase;
    color: black;
}

.att .attBody {
    border-left: 2px solid darkgray;
    vertical-align: top;
}

/* Listnumrering */
ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 1em;
}

ol > li:before {
    content: counters(item, ".") " ";
    display: table-cell;
    padding-right: 1em;
    color: #EB690B;
    font-weight: bold;
}

li ol > li {
    margin: 0;
}

li ol > li:before {
    content: counters(item, ".") " ";
}

.image {
    max-width: 400px;
}

@media (max-width: 400px) {
    .image {
        max-width: 100%;
    }
}

h1, h2 {
    margin: 0.75em 0;
}

h3.sectiontitle {
    color: #000000;
}

h1, h2, h3, a.h3 {
    color: #EB690B;
}

h3, h4 {
    margin-top: 1em;
}

h4 {
    color: #000000;
    /*font-weight: bold;*/
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
    /*color: #000000;*/
    /*font-weight:bold;*/
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .75em;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.card {
    margin-bottom: 0.5rem !important;
}

.list-group > .card {
    margin: 0 0.5rem;
}

.list-group > .card:first-of-type {
    margin-top: 0.5rem;
}

caption {
    caption-side: top;
    font-size: .9em;
    font-style: italic;
}

/*caption:before {
    content: "Table: ";
    color: black;
}*/

/* Lite för mycket borders... Vi tar bort den yttersta */
.table-bordered {
    border: none;
}

.substeptitle {
    font-weight: bold;
}

.tasktitle {
    font-size: 1.2em;
}

.title {
    margin-bottom: .5rem;
}

.prereq:before {
    content: "Before starting this task";
    display: block;
    text-align: center;
    color: darkgray;
}

.task:before {
    content: "Steps to accomplish this task";
    display: block;
    text-align: center;
    color: darkgray;
}

.result:before {
    content: "Expected results";
    display: block;
    text-align: center;
    color: darkgray;
}

.gui {
    color: dimgray;
    font-weight: bold;
}

a {
    color: #2a6496;
}

.path {
    font-family: Consolas,"courier new";
}

.margin-right-10 {
    margin-right:10px;
}