﻿/* CSS Document */
   /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
	.row_set{
	  text-align: left;
	  padding-top:2px;
	  padding-bottom:2px;
	}
	
	.mylink{
		font-weight:bold;
		cursor: pointer;
	}


