
/*
* Infobox Table Style
*/
.infobox {
    border-spacing:2px!important;
      padding:4px; 
}
.infobox_v2, .infobox {
    border: 1px solid #B4BBC8;
    background-color: #f9f9f9;
    color: #000;
    /*margin: .5em 0 .7em 1.2em;*/
    padding: .4em;
    clear: right;
    /*float: right;*/
    /*font-size: 70%;*/
    line-height: 1.5em;
    width: 22.5em;
    font-size: 90%;
	color:black!important;
}


.infobox_v2 .cabecera, .infobox .soft-name {
    font-size: 140%;
    font-weight: bolder;
    height: 45px;
    line-height: 1.2em;
    text-align: center;
    vertical-align: middle;
}
.soft-name {
    background: url('/wp-content/plugins/softwaretotal-infobox/public/img/infobox_software.png') no-repeat top right
}
.soft-logo{
	padding : 20px 0px 0px!important;
}
.infobox td, .infobox th, .infobox_v2 td, .infobox_v2 th {
    vertical-align: top;
}
.infobox th {
    padding: 1px;
}
.infobox td {
    padding: 1px 4px 5px;
}

/*
    Infobox Colors and Text
*/
.infobox a[target="_blank"]:after {
	content: url("/wp-content/plugins/softwaretotal-infobox/public/img/external-link.svg");
}
.infobox a:visited{
	color : #551A8B!important;
}
.infobox a{
	color : #36b!important;
}
.infobox a:hover /*a:focus*/ {
    text-decoration: underline;
}
.screenshot p{
	margin-bottom: 0px;
}
.infobox ul{
    list-style: none;
    margin: 0 0 0em 0em;
}
.infobox ol{
    list-style: none;
    margin: 0 0 0em 0em;
}
.soft-support-link P{
    margin-bottom: 0em;
}
.soft-general-links P {
    margin-bottom: 0em;
}