*{
  box-sizing: border-box;
}

/* 2 inducties */
.column-1-1 { 
  float: left;
  width: auto;
  padding: 0 0 0 480px;
}

/* 4 inducties */
.column-4-1 { 
  float: left;
  width: auto;
  padding: 0 0 0 120px;
}

.column { 
  float: left;
  width: auto;
  padding: 0 0 0 100px;
}

/* Clearfix (clear floats) */ 
.row::after {
  content: "";
  clear: both;
  display: table;
}

.bold {
    font            : 12pt 'Calibri';
	color           : #000000;
	text-align      : center;
	width           : 105pt;
    font-weight     : bold;
}

.fnt {
    font            : 12pt 'Calibri';
	color           : #0000ff;
	text-align      : center;
	width           : 105pt;
}

.img-2 { /* inductee image and border */
   	border          :  2pt ridge #0000ff;
    width           :  80px;
	height          :  100px;
}

.img-1 {
    width: 55%;
    border: 4pt ridge #0000ff;
    border-radius: 5px;
}
