.efteruddannelse-admin-view{
    background-color: #dddddd;
    padding: 25px;
}

.efteruddanelse{
    display: flex;
    justify-content: space-between;
    padding: 25px;
    /* background-color: #dddddd; */
}
#dine-efteruddannelser .efteruddanelse{
    display: flex;
    justify-content: space-between;
    background-color: #dddddd;
    
}
.efteruddanelse-text{
    margin-right: 20px;
}
.efteruddanelse-img{
    /* background-color: #c4c4c4; */
    padding: 10px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.efteruddannelse-admin-view .efteruddanelse-img img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* height: 100px !important; */
}

.efteruddanelse{
    margin-bottom: 20px;
}
.efteruddannelse-admin-view .efteruddanelse{
    margin-right: 20px;
	border-bottom: 1px solid;
}

.efteruddannelse-admin-view .efteruddanelse:last-child {
    border: none;
}

#bevis{
    margin-top: 10px;
    width: 100%;
}

#efteruddannelse-form {
	margin-bottom: 50px;
}

#efteruddannelse-form input{
    margin-bottom: 20px;
}

.deleteEfteruddannelse, #efteruddannelse-form input[type=submit]  {
	border: none;
}