table.soft {
	width: 100%;
	border-top: solid 1px silver;
	margin-left: 0px;
}

.notice {
color: silver;
font-size: 80%;
text-align: justify;
margin-bottom: 20px;
}

.soft {
	margin-top: 20px;
	border-spacing: 0px;
    border-collapse: collapse;
}

.soft tr:nth-child(2n-1) {
	background-color: #eee;
}
.soft td {
	padding: 10px;
}
.soft .author {
	display: block;
	white-space:nowrap;
}
.soft td.softimg  {
	max-width: 75px;
	vertical-align: top;
}
.soft .softimg img {
	max-height: 75px;
	max-width: 75px;
}
.soft .softname h2 {
	margin: 0px !important;
}

#shortDescDiv, #softDescDiv {
    width: 100%;
    text-align: justify;
    margin-bottom: 20px;
}

#softDescDiv .left {
    float: left;
	width: calc(75% - 30px);
	margin-right: 30px;
}

#softDescDiv .right {
	float: left;
	width: 25%;
}

#softDescDiv .right .sideInfo {
	margin-top: 40px;
}

#softDescDiv .right .sideInfo h1 {
	font-size: 130%;
}

#softDescDiv .right .sideInfo h2 {
		margin-top: 10px;
}

#softDescDiv .left ol li { margin-bottom: 10px; }


.softList  {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	border-collapse:collapse;
	border-spacing:0;
	border-color:#999;
	border-width:1px;
	border-style:solid;
}

.softList td {
	font-size:14px;
	padding:10px 5px;
	border-style:solid;
	border-width:0px;
	overflow:hidden;
	word-break:normal;
	border-color:#999;
	color:#444;
}

.softList th{
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5px;
	border-style: solid;
	border-width: 0px;
	overflow:hidden;
	word-break:normal;
	border-color:#999;
	color:#fff;
	background-color:#3e4561;

}

.softList tr:nth-child(even) { background: white }
.softList tr:nth-child(odd) { background: #eee }

@-moz-keyframes backfadein {
    from { background-color:silver; }
    to { background-color:black; }
}

@-webkit-keyframes backfadein {
    from { background-color:silver; }
    to { background-color:black; }
}

@-ms-keyframes backfadein {
    from { background-color:silver; }
    to { background-color:black; }
}

@-o-keyframes backfadein {
    from { background-color:silver; }
    to { background-color:black; }
}

@keyframes backfadein {
    from { background-color:silver; }
    to { background-color:black; }
}

@-moz-keyframes frontfadein {
    from { color: #777; }
    to { color: #333;}
}

@-webkit-keyframes frontfadein {
    from { color: #777; }
    to { color: #333;}
}

@-ms-keyframes frontfadein {
    from { color: #777; }
    to { color: #333;}
}

@-o-keyframes frontfadein {
    from { color: #777; }
    to { color: #333;}
}

@keyframes frontfadein {
    from { color: #777; }
    to { color: #333;}
}

h2 {margin-top:40px; margin-bottom: 15px;}
div.person {
    border: solid 1px #eee;
    width: 270px;
    font-size: 15px;
    float:left;
    padding: 10px 10px 10px 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    position:relative;
    background-image: url('../images/noise.png');
}

div.person .bottom {
    display:block;
    background-color: silver;
    margin-top: 5px;
    margin: 3px -10px -10px -10px;
    padding: 2px;
    opacity: 0.4;
}

div.person:hover .bottom {
    background-color: black;
    -webkit-animation: backfadein .2s;
    -moz-animation: backfadein .2s;
    -ms-animation: backfadein .2s;
    -o-animation: backfadein .2s;
    animation: backfadein .2s;
}

div.person .home {
    padding: 10px;
    margin: -10px;
    text-decoration: none;
    color: black;
    display:block;
}

div.person.current, div.person.boss{

}

div.person .home {
}

div.person div.role {
    color: darkgrey;
}

div.person div.image {
    position:absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    border: none;
}

div.person div.image img {
    height: 75px;
	transition: height .2s;
    -moz-transition: height .2s;
    -webkit-transition: height .2s;
    -ms-transition: height .2s;
    -o-transition: height .2s;
    image-rendering: optimizeQuality;
}

div.person:hover div.image img {
    height: 85px;
}

div.person:hover {
    /* border-right: solid 2px #566; */
}

div.person div.actions {
    display: inline !important;
    position: absolute;
    bottom: 2px;
    z-index: 9;
}

div.person:hover div.actions {
    -webkit-animation: frontfadein .2s;
    -moz-animation: frontfadein .2s;
    -ms-animation: frontfadein .2s;
    -o-animation: frontfadein .2s;
    animation: frontfadein .2s;

}


div.person div.actions > a {
    color: black;
    text-decoration: none;
}

div.actions > a:hover {
    color: white !important;
    text-shadow: 0px 0px 1px white;
}
