.vh-nav-container{
	border-bottom: 1px solid #D8D8D8;
    background-color: white;
}

.vh-center-panel {
    height:  calc(100vh - 150px);
    display:table;
    width:100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.vh-center-panel-contents{
    height:100%;
    display:table-cell;
    vertical-align:middle;
    text-align:left;
}

.telus-nav-with-logo{
	background-color: white;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
}

.grey-outline{
	padding: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}



.telusiot-network-details-print .bolder {
    font-weight: 700;
    color: #54595f;
    font-size: 0.9rem;
}