
.navbar-nav {
  align-items: flex-start;
}

.navbar-toggler{
    width: 47px;
    height: 34px;
    background-color: #A3AEA0;
    border:none;
}

.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}

a:focus {
  background-color: rgb(255, 255, 202);
}

.btn:focus {
  background-color: rgb(236 137 10);
}

.btn.clear:focus {
  background-color: rgb(255, 255, 202);
}

#content:focus {
	border-radius: 3px;
	box-shadow: rgb(255, 255, 202) 0px 0px 5px 10px;
}

.d-none {
	display:none;
}

.list-1 {
	list-style-type:none;font-size:1em;color:#3d3d3d;line-height:30pt;padding:0 20px;
}

.mail-no {
	color:#b90000;line-height:35px
}

.m2 {
	margin-right:0px;padding-right: 2px;
}

.convalue {
	font-size:0.6875em
}

.hr {
	color:#a8a8a8;
	margin:0 20px;
}

.p0 {
	padding:0
}

.pb10 {
	padding-bottom:10px;
}

.note1 {
	font-size:1em;
	color:#3d3d3d;
	line-height:24pt;
}

.note2 {
	color:#df0303
}

.pm1 {
	padding:3px 10px !important;
	margin-top:4px;
}

.t1 {
	color:#646464
}

.rand-h {
	height:39px;
}