/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 2, 2019, 1:24:35 PM
    Author     : woldeyesge
*/
.left {
    padding: 5px;
    background-color: #eee;
    
}

.left img {
    margin:auto;
}

.right {
    padding: 15px 5px;
     
}

.parent {
    overflow: hidden;
    margin: 4px 0;
    border: 1px solid #eee;
    align-items: center;
}

#parent1 .left img {
       margin:auto;
}

#parent2 .left {

}

#parent3 .right {
        margin-left: auto;
}

#parent4 {
    justify-content: space-between;
}

#parent5 > div {

}
/*.webform-component--status {
    display:none;
}
*/

.agreementbox {
    height:400px; 
    overflow-y: scroll;
    border: 1px solid black;
    padding: 20px;
}
#mytable tr{
    background-color: white;
}
/*
label[for="edit-submitted-not-needed-after"] {
    visibility: hidden;
}
*/
/*
#edit-submitted-not-needed-after--description {
float:left;
font-weight: bold;
}
*/

.cancelle-container {
   display: flex;
}

div {
    flex: 1;
}

.confirmation-message {
  text-decoration: none;
  display: inline-block;
}

.links {
  text-decoration: none;
}

#edit-submitted-your-name {
  pointer-events: none;  
}

