@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 10; src: url('../Fonts/MaterialIcons-Regular.ttf'); src: local('Material Icons'), local('MaterialIcons-Regular'), url('../Fonts/MaterialIcons-Regular.ttf') format('truetype'), } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 16px; /* Preferred icon size */ display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ font-feature-settings: 'liga'; } .Red { background-color: red !important; color: white !important; } .Orange { background-color: orange !important; color: white !important; } .Blue { background-color: blue !important; color: white !important; } .DarkBlue { background-color: darkblue !important; color: white !important; } .Black { background-color: black !important; color: white !important; } .pagination { margin-top: 5px; } .main { background-color: gray; padding-top: 5px; } li > span.pageNumbers { line-height: 1.7; } ul>li { list-style-type: none; display: inline-block; border: 1px solid gray; } .disabled { pointer-events: none; cursor: default; opacity: 0.6; }