@import 'http://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=vietnamese';

body {
	font-family: 'Open Sans', sans-serif;
}
.container {
	margin: 0 auto;
}

@media (min-width: 720px) {
	body{
		margin: 20px 0px 0px 0px;
	}
	.container {
		width: 700px;
		border: 1px solid #ddd;
		border-radius: 10px;
	}
}



.annoucement{
	font-size: 16px;
	text-align: justify;
	background: aliceblue;
	margin-top: 15px;
	padding: 10px 15px 5px 15px;
	border-radius: 10px; 
}

.listOfRegistrar{
	margin: 15px 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: block;
}

.listRegistrarHeader {
	padding: 15px;
	text-align: justify;
	color: rgb(0, 102, 153); 
	font-weight:bold; 
	font-size: 14px;
}

.registrar-logo {
    height: 100px;
    position: relative;
}

.registrar-logo img {
    max-height: 100%;
    max-width: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.viAnnouce{
	line-height: 200%; 
	color: #f00;
	font-weight: bold;
}

.viAnnouce a {
	color: #f00;
	text-decoration: underline;
}

.enAnnouce{
	line-height: 200%; 
	color: rgb(0, 102, 153);
	font-weight: bold;
}

.enAnnouce a {
	color: rgb(0, 102, 153);
	text-decoration: underline;
}
.clear {
    clear: both;
}