body {
    overflow-x: hidden;
}

#background {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff, #225);
}

#background-div {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

nav.navbar {
    margin-bottom: 0px;
    z-index: 1;
    border-radius: 0px 0px 10px 10px;
}

.container {
    padding: 0px;
    border-radius: 4px 4px 0px 0px;
    color: black;
}

#a,
#b {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
    color: black;
    margin-bottom: 50px;
}

#main {
    width: 98% !important;
    margin: 0 auto;
}

#main>div {
    padding: 0px 10px;
    padding-bottom: 10rem;
}

#main img {
    margin: 10px;
}

#main .carousel img {
    margin: 0px;
}

img.thumb {
    width: 20px;
}

img.icon {
    width: 70px;
}

img.small {
    width: 300px;
}

img.medium {
    width: 600px;
}

img.large {
    width: 900px;
}

img.left {
    float: left;
}

img.right {
    float: right;
}

.carousel {
    padding: 0px;
}

ul.filelist li {
    list-style-type: none;
}

ul.filelist li a.folder:hover {
    text-decoration: none;
}

footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: white;
    color: black;
    text-align: center;
    padding: 5px;
    font-size: 2vw;
}

footer a {
    color: blue;
}

footer a:hover {
    color: #55f;
}

.blog .blog_entry {
    border: 1px solid black;
    border-radius: 10px;
    margin: 10px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    cursor: pointer;
    max-height: 35em;
    overflow: hidden;
}

.blog .blog_entry h1 {
    margin-top: 0px;
    font-size: 150%;
}

.blog .blog_entry time {
    position: absolute;
    top: 5px;
    right: 5px;
}

@media (min-width: 544px) {}

@media (min-width: 768px) {
    footer {
        font-size: 14px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.max-width-250px{
    max-width: 250px;
}

.navbar-toggle .icon-bar{
    background-color: #000000;
}

img{
    max-width: 95%;
}

.overflow-hidden{
    overflow: hidden;
}

.max-height-5em{
    max-height: 5em;
    overflow: hidden;
}

.max-height-10em{
    max-height: 10em;
    overflow: hidden;
}

.article-content{
    text-align: justify;
}

div#last-notice-body > div.article-content {
    display: block !important;
}

div#last-notice-body > * {
    display: none !important;
}

.text-decoration-none{
    text-decoration: none !important;
}

.text-decoration-none:hover{
    text-decoration: none !important;
}

.text-red{
    color: #C9211E !important;
}

.text-linux-terminal{
    color: #04F606;
}

.background-linux-terminal{
    background-color: #310825;
    color: #FFFFFF;
}

.background-linux-terminal .text-linux-terminal,
.background-linux-terminal .folder-linux-terminal{
    font-weight: bolder;
}

.folder-linux-terminal{
    color: #164485;
}

#last-notice-body .copyCodeButton {
    display: none !important;
}

.width-100-percent{
    width: 100%;
}

.max-width-400px{
    max-width: 400px;
}

.blog_content{
    padding-top: 2.5rem;
}