@import url(//fonts.googleapis.com/css?family=Ubuntu);

body {
    font-family: Arial;
}

p {
    font-size: 14px;
}

.loading {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #E6E7E8;
}

.loading h1 {
    margin: 0 auto;
    padding-top: 10%;
    text-align: center;
}

.container-fluid h2 {
    font-family: "Roboto";
    color: #666;
}

.feedBody {
    background-color: #ff0000;
}

.feedTitle {
    font-family: "Roboto";
    font-weight: lighter;
    font-size: 20px;
    margin-bottom: 10px;
}

.feedTitle a:link, .feedTitle a:visited, .feedTitle2 a:link, .feedTitle2 a:visited {
    color: #3ab4a6;
    text-decoration: none;
}

.feedTitle2 {
    font-family: "Roboto";
    font-weight: lighter;
    font-size: 10px;
    margin-bottom: 10px;
}

.fcontainer ul {
    padding: 0;
    margin-left: 20px;
}

.ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.f-l li {
    padding-bottom: 5px;
}

.fLink:link, .fLink:visited {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.fLink:hover, .fLink:active {
    text-decoration: underline;
    font-size: 12px;
}

.break {
    float: left;
    width: 435px;
    margin: 10px;
    background-color: #343e4a;
    padding: 10px;
    font-size: 12px;
}

.break ul li {
    padding-bottom: 5px;
}

.break ul li a {
    color: #cfcfcf;
}

.break2 {
    float: left;
    width: 170px;
    margin: 10px;
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    box-shadow: 0px 0px 6px #888888;
}

.break2 ul li {
    padding-bottom: 5px;
}

.break2 ul li a {
    color: #000;
}

#loadingBox {
    z-index: 5;
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(243,243,243,0.9);
}

#loadingText {
    text-align: center;
    margin-top: 30%;
    font-size: 35px;
    font-weight: bold;
}

.footerContent {
    padding-top: 20px;
    padding-bottom: 70px;
}

.footerContent .footerBox {
    float: right;
}

.footerContent .footerBox .fBox1, .footerContent .footerBox .fBox2, .footerContent .footerBox .fBox3 {
    color: #999;
    font-size: 10px;
}

.ubuntu {
    font-family: ubuntu, arial;
}

html {
    font-size: 62.5%;
}

body {
    background: #242B33 !important;
    color: blue;
}

p {
    margin: 1.5rem auto 0 auto;
}

.blk_loading {
    background-color: #343e4a;
    width: 415px;
    height: 100px;
    z-index: 4;
    display: block;
}

.minspin {
    height: 100px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.testClass {
    font-size: 10px;
}

#loginBox {
    display: block;
    z-index: 4;
    position: fixed;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.loginBoxText {
    text-align: center;
    margin-top: 10%;
    font-size: 20px;
    font-weight: bold;
}

.g-signin2 {
    text-align: center;
    margin: 0 auto;
    width: 120px;
    margin-top: 20px;
}

.logoBlock {
    display: inline-block;
}

.navBlock {
    display: inline-block;
    float: right;
}

.signOutButton {
    border: 2px solid #2e2e2e;
    padding: 5px 15px 4px 15px;
    margin: 5px;
    background-color: #fff;
}
