.col-centered {
    margin: 0 auto;
}

.screenshot {
    text-align: center;
}

.screenshot img {
    width: 100%;
    max-height: 270px;
    border:1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.screenshot img:hover {
    border-color:#428bca;
}

.my-table {
    width: 50%;
    margin: 0 auto;
}

span.description {
    font-size: 17px;
}

ul.features li {
    font-size: 16px;
    margin-bottom: 5px;
}

.container.positions {
    font-size: 14px;
}

@media (max-width:768px) {
    .screenshot {
        margin-bottom: 20px;
    }
}

.my-table thead.table-head tr{
    background: #e2ecf4;
}

.my-table thead tr:nth-child(even) {
    background: #F1F1F1;
}

.redCaption
{
    color: #CC3300;
    padding-top:20px;
    font-weight: bold;
    padding-bottom:7px;
}

.container.positions .price-table thead
{
    font-weight: bold;text-align: center;
    background: #D0DBDB;
}

.container.positions .price-table tbody td
{
    padding-left: 10px;
}
.container.positions .screenshot-desc
{
    position: relative;
    margin-top: -110px;
}
.container.positions .screenshot-desc span
{
    padding: 10px;
    background: #515358;
    color: #fff;
}
.container.positions .screenshot-block
{
    padding-left:0;
    padding-right:30px;
    padding-top:15px
}