@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body,
.navbar > .container .navbar-brand,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Nanum Gothic', serif  !important; 
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}

.help-button-container {
	margin-left: 10px; margin-bottom: 10px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  background-color: #f5f5f5;
}

.tab-content {padding-top: 10px;}

table.table {table-layout: fixed;}
table.table tbody td {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}