
body {
  FONT-SIZE: 10pt;

}

h1{	FONT-SIZE: 14pt;
	height:40px;
}
h2{
	FONT-SIZE: 12pt;
}

a{ 		FONT-SIZE: 10pt;
        COLOR: black;
        text-decoration: underline;
}


.text-danger{	COLOR: red;
}

.success{	background: #96e68d;
}
.danger
{	background: #ff7f50;
}


table,td{

        FONT-SIZE: 10pt;
        COLOR: black;
}

.small
{

        FONT-SIZE: 8pt;

}



#menu_btn{text-decoration: none;
width:150px;
}

.brd, .alert
{
	    border: 1px solid #e5e5e5;
	    border-radius: 0 0 0 0;
        width: 100%;
}



.header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;

}

.sep {
  border-bottom: 1px solid #e5e5e5;
}

.img_stat{  margin-top: 5;	}

.btnfind
{  margin-bottom: 3;
}

.logo {
  margin-bottom: -5;
}

.form-signin
{  margin-top: 30;
}

.menu {
  margin-top: 30;
  margin-bottom: 25;
}

.l_cnt {
  margin-right: 30;
}

.content {
  margin-top: 20;
  margin-bottom: 20;
}


.hidden
         {

        display:none;

        }
