.software {
	overflow: hidden;
}

	.software > div {
		width: 50%;
		padding-right: 12px;
		-moz-box-sizing:    border-box;
		-webkit-box-sizing: border-box;
		box-sizing:         border-box;
		float: left;
		clear: left;
		margin-top: 20px;
	}
	
	.software > div.right {
		clear: right;
		float: right;
		padding-left: 12px;
		padding-right: 0;
	}
	
		.software > div > article {
			padding-bottom: 10px;
			border-bottom: 1px solid #efefef;
		}
		
			.software > div > article > .img {
				border: 1px solid #efefef;
				height: 170px;
				margin-bottom: 5px;
				width: 100%;
				-moz-box-sizing:    border-box;
				-webkit-box-sizing: border-box;
				box-sizing:         border-box;
				display: table;
				table-layout: fixed;
			}
			
				.software > div > article > .img > span {
					display: table-cell;
					width: 100%;
					vertical-align: middle;
					text-align: center;
				}
	
			.software > div > article > h3 {
				margin-top: 0;
				margin-bottom: 0;
			}
			
			.software > div > article > h3 + p {
				margin-top: 5px;
			}
			
			.software > div > article > a {
				display: block;
				background: url(../gfx/gfx.png) -164px -209px no-repeat;
				padding-left: 26px;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 12px;
				line-height: 25px;
				margin-top: 15px;
			}
			
@media screen and (max-width: 450px) {
	.software > div {
		float: none !important;
		clear: none !important;
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}