@media screen and (min-width: 1201px) {
    .container {
        width: 70%;
    }
}
@media screen and (min-width: 901px) {
    .container {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .grid-flex-cell {
        display: block;
        width:100%;
    }
}

.grid-flex-container {
    margin-top:30px;
}
.grid-flex-cell {
    border:none;
    text-align:left;
}
.grid-flex-cell-1of4 {
    min-width:250px;
    margin-left:30px;
}
h1 {
    font-size:32px;
    margin-bottom:0px;
}
h2 {
    font-size:24px;
    margin:60px 0px 30px 0px;
}
.grid-flex-cell p {
    margin-bottom: 30px;
}

.navbar {
    border-bottom: 1px solid #e6eaed !important;
}
.navbar .navbar-brand {
    margin-left:0px;
}
.side-nav a {
    color: #4d5659 !important;
}

img[alt="hook success"],
img[alt="hook error"],
img[alt="github registration"],
img[alt="protected branches"] {
    border: 1px solid #e6eaed;
    border-radius:3px;
    max-width:600px;
}

img[alt="approval complete"],
img[alt="pending approval"] {
    max-width:600px;
}

img[alt="maintainers team"] {
    max-width:500px;
}

pre code {
    font-family: "Roboto Mono";
    font-size: 13px;
}

#TableOfContents {
    margin-top:30px;
    margin-bottom:-60px;
}
#TableOfContents li a {
    display:inline-block;
    margin-bottom:5px;
}
#TableOfContents li a:hover {
    text-decoration: underline;
}
section h1 {
    border-top: 1px solid #e6eaed;
    padding-top: 30px;
    padding-bottom:30px;
    margin-top: 30px;
    font-size:28px;
}
blockquote {
    background-color: #e3f8ff;
    color: #00b0e9;
}
blockquote p {
    padding:30px;
    font-style: normal;
}
blockquote a {
    color: #008dba;
}
blockquote a:hover {
    text-decoration: underline;
}
blockquote ~ h1 {
    border-top:0px;
    margin-top:-20px;
}

table {
    border: 1px solid #e6eaed !important;
    margin-bottom: 40px;
}
