﻿.col-xs-3 {
    min-width: 20%!important;
	width: auto;
}
 
.overflow-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    min-width: 80%;
}

#footer .copyright p {
	float: unset !important;
}