@import url(https://fonts.googleapis.com/css?family=Nunito);

 .m-bottom-0{
 	margin-bottom:0 ! important;
 }

 input[type="file"] {
    display: none;
}

.table-fixed{
	table-layout: fixed;
}

.separator{

    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    color:#f0f0f0;
    border-color:#e9e9e9;
}

.sidebar .user-info .image img {
     -webkit-border-radius: 0% !important; 
    -moz-border-radius: 0% !important;
    -ms-border-radius: 0% !important;
    border-radius: 0% !important; 
}