﻿.stopurDiv {
    background-color: rgb(222, 222, 222); 
    border: 1px solid #c2c2c2;
    display:table-cell;
    padding:  4px 4px 3px 4px;
    width:220px;
    float:right; 
    height:25px;    
    max-height:25px;   
}
    .stopurImg {
        float:left;
        margin:2px;
    }
    .displayDiv {
        float:left;
        width:60px;
        padding-left: 5px;
    }
    .knapperDiv {
        float:left;
        padding-left:10px;
    }
    #StartButton, #NulstilButton {
        width:55px;
    }

.nedtaelurDiv {
    width:210px;
    margin-top:40px;
    margin-bottom:20px; 
    text-align:center;
}
#NedTaelUrLabelOgUrDiv {
    display:inline-block;
}
.nedTaelUrLabelDiv {
    float:left;
}
.displayNedtaelUrDiv {
    float:left;
    padding-left:10px;
}

.tidenGaaet {
    background-color:red;
}

.nedtaelUrSkjul{
    display:none;
}

/* For hele testen*/
.nedtaelurTestDiv {
    width: 210px;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 20px;
    text-align: left;
    position: relative;
}
.stopurDiv::after {
    clear: both;
}
/*#NedTaelUrTestLabelOgUrDiv {
    text-align: left;
}*/
.nedtaelurLabelTestDiv {
    float: left;
    width: 130px;    
    margin-left:12px;
}
.displayNedtaelUrTestDiv {
    float: left;
    padding-left: 10px;
}