﻿
/*Top buttons and search box pisition fixed*/ 
#example1_filter {
    position: fixed;
    float: right;
    right: 0;
    top: 0;
    padding-right: 25px;
}

.btn-group {
    position: fixed;
    top: 0;
    padding-top: 10px;
}

#example1 {
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: sans-serif;
}
#example_filter {
    position: fixed;
    float: right;
    right: 0;
    top: 0;
    padding-right: 35px!important;
}
#example {
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: sans-serif;
}
/*Top buttons and search box pisition fixed*/
