html {
     -webkit-font-smoothing: antialiased;
}

body {
    font-family: source-sans-pro, sans-serif;
    font-weight: 500;
	background-color: #fff;
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6 {
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.2125em;
}

h1 {
    font-size: 2.125em;
}

h2 {
    font-size: 1.5875em;
    margin-bottom: 0.9em;
}

h3,h4,h5,h6 {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}

a{
	text-decoration: none;
}

.Group_Back{
	box-shadow:  0em 5px 10px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border-width: 1px;
	border-style: none;
	border-color: #808080;
	background-color: #ced5e5;
	margin: 5px;
}

.Group_Head{
	background-color: #4648b1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-family: source-sans-pro, sans-serif;
	
	color: #ebecff;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
	text-align: center;
	
}

.Group_Body{
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

#container{
	max-width:1350px;
	margin: auto;
}

.item{
	
}