.widget {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
    background: rgba(99, 99, 99, 0.1);
    /*background-image:linear-gradient(#101010, white);
    background-repeat: no-repeat;*/
    margin-bottom: 2em;
    position: relative;
    border:solid darkgray 1px;
    margin-top: 1.5em;
}
.widget.normal {
    height: 220px;
}
.widget.large {
    height: 315px;
}
.widget.large .body {
    height: 280px;
}
.widget.xlarge {
    height: 415px;
}
.widget.xlarge .body {
    height: 380px;
}
.widget.tiny {
    height: 188px;
}
.widget.tiny-x2 {
    height: 426px;
}
.widget.transparent {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.widget>header {
    position: relative;
    padding: 0.2em 0 0.2em 1em;
    background: rgba(34, 34, 34, 0.9);
    color:white; 
}

.widget>header h1, .widget>header h2, .widget>header h3, .widget>header h4, .widget>header h5 {
    font-weight: 400;
    color: white;
}

.widget>header h1 small, .widget>header h2 small, .widget>header h3 small, .widget>header h4 small, .widget>header h5 small {
    text-transform: lowercase;
}
.widget>header h4 {
    font-size: 1em;
}

.widget>header h3 {
    font-size: 1.3em;
}

.widget .body {
    margin-top: 1em;
    background: rgba(255, 255, 255, 0.5);
}

.widget .body p{
    color:black;
    font-size: 1.3em;
}

.widget .body h1,h2,h3,h4{
    /*color:white;*/
}

.widget>footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1em 0 0;
}
.widget .actions {
    position: absolute;
    right: 0;
    top: -2px;
}
.widget .actions a {
    text-decoration: none;
}

.widget a {
    color:black;
}

.widget a.sortheader {
    color:orange;
}

.widget a.sortheader:hover {
    color:orangered;
    text-decoration: none;
}

a.linkedIcon {
    color: wheat;
}

a.linkedIcon > span:hover{
    color: orange;
}