html {
    overflow-y: scroll;
}
body {
    padding-top: 0;
	padding-bottom: 20px;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}
.btn-row a, .btn-row button {
	margin-bottom: 10px;
}
.text-bold {
    font-weight: bold;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:0px;
}
.col-fixed {
    /* custom width */
    width:280px;
}