/***************************************************************************
/*                                                                           *\ 
/* INTRINSIC WEB FRAMEWORK                                                   *\ 
/* __________________________________________________________________________*\ 
/*                                                                           *\ 
/* Copyright (c) 2015 Patrick Thomas Unwin <patrick@forwardme.co.uk>         *\ 
/*                                                                           *\ 
/* All rights reserved. No warranty, explicit or implicit, provided.         *\ 
/*                                                                           *\ 
/* NOTICE:  All information contained herein is, and remains the property    *\ 
/* of Patrick Thomas Unwin. The intellectual and technical concepts contained*\ 
/* herein are proprietary to Patrick Thomas Unwin and are protected by       *\ 
/* trade secret or copyright law. Dissemination of this information or       *\ 
/* reproduction of this material is strictly forbidden unless prior written  *\ 
/* permission is obtained from Patrick Thomas Unwin.                         *\ 
/*                                                                           *\ 
/*****************************************************************************/

.fw-height-match {
	overflow: hidden;
}

.fw-height-match .fw-span-1, .fw-height-match .fw-span-2, 
.fw-height-match .fw-span-3, .fw-height-match .fw-span-4,
.fw-height-match .fw-span-5, .fw-height-match .fw-span-6,
.fw-height-match .fw-span-7, .fw-height-match .fw-span-8,
.fw-height-match .fw-span-9, .fw-height-match .fw-span-10,
.fw-height-match .fw-span-11, .fw-height-match .fw-span-12 {
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}