* {
    margin: 0px;
    
}


.chiefsheader {
	font-size: 18px;
	font-weight: 600;
    margin: 5px 0px 4px 0px;
	padding: 0 0 0px 0;
	
}

.chief-acting {
    font-size: .9rem;
}

.chief-name {
    font-size: 1rem;
    padding: 0px 10px 0px 0px;
    text-align: left;
}

.chief-name a {
    font-size: 1rem;
    text-align: left;
}

.chiefs-return-btn button {
    background: #1934B7;
    border-radius: 10px;
    color: #ddd;
    font-size: 1rem;
    margin: 0px 5px 3px 0px;
    padding: 2px 8px 3px 5px;
    width: 100px;
}


.chiefs-return-btn:hover button {
    background: #ff0000;
    color: #000000;
    transition: all .3s ease-in-out;
}


.chiefs-return-btn  {
    padding: 2px 2px 2px 0px;
    width: 110px;
}



.chief-single-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    width: 100%;
    max-width: 600px;
}

.chiefs-wrap a:link,
.chiefs-wrap a:visited
{
   color: blue; 
   transition: all .2s ease-in-out;
}

.chiefs-wrap a:hover,
.chiefs-wrap a:active
{
   color: #ff0000; 
}


.chief-year {
    font-size: 1rem;
    width: 186px;
    white-space: nowrap;
}



.chief-year-break {
    display: flex;
    align-items: baseline;
    height: 8px;
    margin: auto;
    padding: 0px 5px 0px 5px;
}





.chiefs-year-wrap {
    display: flex;    
}





.history-side-chiefs {
    padding: 20px 30px 30px 30px;
}


@media screen and (min-width: 780px) {
    .dukkeopp {
        display: none;
    }
}


@media screen and (max-width: 780px) {
    .gjemme {
        display: none;
    }
    
    .chief-single-wrap {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        width: 400px;
    }
    
    .chief-year {
        font-size: .9rem;
    }
    
}


