@charset "utf-8";
/* CSS Document */
.btn {
    position:relative;
	width: 320px;
	height: 44px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right:10px;
	margin-bottom: 5px;
	margin-left: -5px;
}
	.btn2 {
    position:relative;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top:7px;
	margin-left:15px;
	margin-right:10px;
    font-weight:200;
	margin-bottom: 7px
}
	.btn3 {
    position:relative;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top:7px;
	margin-left:15px;
	margin-right:10px;
    font-weight:200;
	margin-bottom: 7px
}
	.btn4 {
    position:relative;
	width: 65px;
	height: 90px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top:7px;
	margin-left:15px;
	margin-right:10px;
    font-weight:200;
	margin-bottom: 7px
}
	.btn5 {
    position:relative;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top:7px;
	margin-left:15px;
	margin-right:10px;
    font-weight:200;
	margin-bottom: 7px
}
.btn6 {
    position:relative;
	width: 250px;
	height: 40px;
	border-radius: 10px;
	border: 2px solid #bdbbbb;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right:8px;
	margin-bottom: 5px;
	margin-left: 8px;
}
.notification {
    position:absolute;
    right:0px;
    top:0px;
    background-color:#e74360;
    line-height:38px;
    width:40px;
    height:40px;
	font-size: 18px;
    border-radius:44px;
    color: #ffffff;
    border: 2px solid #bdbbbb;
	text-align: center;
}
.notification2 {
    position:absolute;
    right:-10px;
    top:-5px;
    background-color:transparent;
    line-height:38px;
    width:40px;
    height:40px;
	font-size: 18px;
    border-radius:0px;
    color: #ffffff;
    border: 0px solid #bdbbbb;
	text-align: center;
}
