/*------------------------------------*\
    RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0b1 | 201101 
    NOTE:WORK IN PROGRESS
    USE WITH CAUTION AND TEST WITH ABANDON */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
    display:block;
}
body{
    line-height:1;
}
ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
    content:’’;
    content:none;
}
/* remember to define visible focus styles! 
:focus{
    outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}





/*------------------------------------*\
    $MAIN
\*------------------------------------*/
/* GO! */

/*.column-left{ float: left; width: 15%; }
.column-right{ float: right; width: 15%; }*/
.column-center{ 
    margin-top: 40px;
    display: inline-block; 
    width: 100%; 
    margin: 0 auto;
}
.column-center .title{
    font-size: 36px;
    text-align: center;
    margin: 40px 0;
}
.column-center .name {
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    width: 500px;
    margin: 10px auto;
    padding: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}

.column-center .name .text{
    /*float: left;*/
}

.column-center .name:hover{
    /*background: #f7f7f7;*/
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.32);
}

.column-center .name .text .value{
    float: left;
    height: 20px;
    width: 50%;
    text-align: left;
}
.column-center .name .text .status-message{
    font-size: 12px;
    color: #888;
    float: left;
    /*height: 20px;*/
    width: 50%;
    text-align: left;
    line-height: 18px;
    margin-top: 42px;
}
.column-center .name .image{
    height: 100px;
}
.column-center .name .status{
    float: left;
    margin: 46px 10px 0px 0px;
}


.hoverinfo{
    font-size: 18px;
    line-height: 20px
}

.header{
    height: 45px;
}
.header .text{
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    position: fixed;
    width: 100%;
    /*float: right;*/
}
.header .verizon-logo{
    float: left;
}

.nav{
    height: 100%;
    float: left;
    /*width: 15%;*/
    width: 145px;
    /*max-width: 150px;
    min-width: 75px;*/
}
.nav .nav-item{
    font-size: 1em;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.nav .nav-item:hover{
    cursor: pointer;
    background: #ecedee;
}

#container{
    /*width: 85%;*/
    width: calc(100% - 145px);
    float: right;
    margin-top: -5%; /*weird*/
}
@media screen and (min-width: 1200px) {
    #container{
        
    }
}