@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

.bold-blue {
	font-weight: bold;
	color: #0277BD;
}

.container0{
  background-image: linear-gradient(45deg, rgba(225, 225, 225, 0.6) 0%, #fffcff 100%);
}

.judul_anggota{
	margin: 56px 0 30px 0;
	color:#2c3e50;
	text-align: center;
	font-size: 40px;
	line-height: 1.04em;
}

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}
table.table-fit thead th, table.table-fit tfoot th {
    width: auto !important;
}
table.table-fit tbody td, table.table-fit tfoot td {
    width: auto !important;
}

.title {
	background: rgba(255,255,255,0.1); 
	padding: 20px; 
	margin:0 auto; 
	text-align:center;
}

.title h1 {
	font-size:35px; 
	letter-spacing:8px;
}
h1 {font-family:'Oswald', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
h3 {font-family:'Oswald', sans-serif; font-size:14px; line-height:0; font-weight:400; letter-spacing:8px; text-transform: uppercase; color:black;}

@media screen and (max-width: 767px) {
	.title {padding: 20px; padding-top: 70px; margin:0 auto; text-align:center;}
	.title h1 {font-size:35px; letter-spacing:8px;}
	.judul_anggota {padding: 20px; padding-top: 80px; margin:0 auto; text-align:center;}
}





