* {
    padding: 0;
    margin: 0;
}
body {
    width: 100%;
    height: 100%;
    font: normal 100% Helvetica, Arial, sans-serif;
    overflow-y: scroll;
    background-color: #f5f5f5;
}
a,a:hover{
    text-decoration: none;
    color: #666;
}
ul, li {
    list-style: none;
}
em, i, strong {
    font-style: normal;
}
.hide {
    display: none;
}
.show {
    display: inline-block;
}
.clear {
    clear: both;
}
.ellipsis,
table th,
table td{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.col-md-1,.col-md-11{
    padding: 0px;
}



