body {
    font: 100% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    color: rgb(102, 102, 102);
    background: rgb(238, 238, 238);
    align-items: center;
	justify-content: center;
}

.flex-container {
    display:flex;
    justify-content:center;
    align-items: center;
    max-width: 700px;
}

.flex-container div{
    margin: auto;
    align-items: center;
	justify-content: center;
}

.flex-container img{
    height:30px;
    margin: 5px;
}


.mainBody{
    align-items: center;
	justify-content: center;
    border: 1px solid #cbcbcb;
    background-color: #FFF;
    padding: 10px 10px 10px 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);  
}

.border {
    border: 1px solid #dedede;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1); 
}

.ccp {
    width: 483px; 
    min-width: 200px; 
    height: 700px; 
    min-height: 400px;
    padding:10px;
}

.contactAttributes{
    margin:0;
    padding:0;
    width: 350px; 
    min-width: 200px; 
    height: 465px; 
    min-height: 400px;
   
}

legend {
    padding: 7px;
    font-weight: bold;
    margin:5px;

}

.attributesTable {
    table-layout: fixed;
    width:100%;
}

tbody tr td{
    padding-left: 25px;
}

.center {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

