main{min-height: 590px;}
body{font-family: 'Open Sans', sans-serif;margin-bottom: 0px;}
.contentbg { background-image: url("/include/assets/images/kfbg.png"); background-position: center top; height:250px;}
.ui.navbar {margin-top: 0px !important;}
.ui.grid{padding: 0 !important;}

.list.item a{color:teal;}
.ui.vertical.menu{margin-top: 0px !important;width: 100%;}
.mypagecontainer{margin-bottom:20px;width:100%;}
.spacer {height: 50px;}
 

@media only screen and (max-width: 767px) {
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr { display: block; }
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {position: absolute;top: -9999px;left: -9999px;}
.ui.inverted.navbar{}
.title.item {padding: .92857143em 1.14285714em !important; }
.dropdown .menu .header {padding-top: 3.9px!important;padding-bottom: 3.9px!important;}
}

/* Tablet / iPad Portrait */

@media only screen and (min-width: 768px) and (max-width: 991px) {
}


/* Computer / Desktop / iPad Landscape */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}


/* Large Monitor */

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
}


/* Widescreen Monitor */

@media only screen and (min-width: 1920px) {
}
