.table td,.table th {
   text-align: center;   
}

.redcell{
    background-color: #f2dede !important;
}
.redcell:hover{
    background-color: #ebcccc !important;
}
.bluecell{
    background-color: #d9edf7 !important;
    color: darkblue;
    font-weight: bold;
}
.bluecell:hover{
    background-color: #c4e3f3 !important;
}
.greencell{
    background-color: #dff0d8 !important;
    color: darkgreen;
    font-weight: bold;
}
.greencell:hover{
    background-color: #d0e9c6 !important;
}
.yellowcell{
    background-color: #fcf8e3 !important;
    color: brown;
    font-weight: bold;
}
.yellowcell:hover{
    background-color: #faf2cc !important;
}

.redblink{
	color: red !important;
}

.container.span3{
	text-align: center;
}

body{
	background: url('../img/nwback.jpg') no-repeat center center fixed; 
    background-size: cover;
}

.progress{
	text-align: center;
}

#footer{
    text-align: center;
    position:absolute;
    bottom:0;
    width:100%;
    padding-bottom:30px;
    color: lightgrey;
}

#next{
    color: lightgrey;
}

.pull-right>a {
    opacity: 0.75;
    transition: opacity .25s ease-out;
}

#loggedcity{
    padding-top: 10px;
    font-size: small;
}

.slash1 {
    background: url(../img/slash1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position:relative;
}

.slash2 {
    background: url(../img/slash2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position:relative;
}

.spanE {
    position: absolute;
    top: 0;
    left: 5px;
    color: darkblue;
    text-align: left;
    font-size: large;
}

.slash1>.spanA {
    position: absolute;
    bottom: -10px;
    right: 5px;
    color: darkgreen;
    text-align: right;
}
.slash2>.spanA {
    position: absolute;
    bottom: -10px;
    right: 5px;
    color: brown;
    text-align: right;
}

.titlebar-btns area {
    cursor: default;
}

