body.widget-snippet  .view-all-job {
	margin:20px;	
}
.widget-snippet .view-all-job {
    background-color: #2f2f2f;
    text-align: center;
    padding: 30px;
    max-width: 250px;
    display: inline-block;
    vertical-align: middle;
}

.widget-snippet .view-all-job h5 {
    color: rgba(255,255,255,0.8);
    padding:0;
    margin: 0 0 15px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.widget-snippet .view-all-job a {
    padding: 10px 20px;
    color: rgba(255,255,255,0.6);
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    border-radius: 3px;
    background-color: #497BDA;
    line-height: 20px;
    white-space: nowrap;
}

.widget-snippet .view-all-job a:hover, 
.widget-snippet .view-all-job a:focus {
    color: rgba(255,255,255,1.0);
    background-color: #000;
}
