/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

#panel-soft{
	color: black;
}

.name{
    font-variant: small-caps;
}

.soft-title{
    font-weight: bold;
    font-size: 125%;
}

.soft{
	cursor: pointer;
}

.soft:hover, .soft:link, .soft:active{
	color: #F93;
}

.soft-preview{
	text-align: middle;
	width: 50%
}
#soft-list{
	width: 100%;
}

#soft-list tr:nth-child(even) {background: #CCC}
#soft-list tr:nth-child(odd) {background: #FFF}

.cv{
	border-collapse: separate;
    border-spacing: 10px 5px;
}

.galleria{
    z-index: 1050;
}

.copyleft {
  display:inline-block;
  transform: rotate(180deg);
}