﻿.process_frame {
    position: relative;
    float: left;
    margin: 10px 0 0 10px;
    padding: 25px 20px 20px 20px;
    width: 300px;
    height: 250px;
    background: url('/images/album-bg.jpg');
    background-size: 100% auto;
    overflow: hidden;
}

.process_title {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11pt;
    vertical-align: middle;
}

    .process_title a {
        text-decoration: none;
        color: orange;
    }

    .process_title a:hover {
        color: blue;
    }