﻿#containerReadyReelOverview {
    margin-bottom: 20px;
}

    #containerReadyReelOverview img {
        margin-bottom: 20px;
    }

#containerReadyReelSearch {
    text-align: center;
    margin-bottom: 20px;
}

    #containerReadyReelSearch h3 {
        display: inline-block;
        padding-right: 10px;
    }

    #containerReadyReelSearch input[type=text] {
        width: 30%;
    }


table.readyReelParts {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

    table.readyReelParts thead tr {
        border-bottom: 1px solid #CCC;
    }

    table.readyReelParts tbody.resultRow {
        border-bottom: 1px solid #CCC;
    }

     table.readyReelParts tbody.resultRow:hover {
        background-color:#EEE;
        color:#333;
    }

    table.readyReelParts tbody.resultRow:hover td.partImage {
        background-color:#FFF;
    }

     

        table.readyReelParts tbody.resultRow tr:first-child td {
            padding-top: 10px;
        }

        table.readyReelParts tbody.resultRow tr:last-child td {
            padding-bottom: 10px;
        }

@media (max-width:960px) {
    .containerMainLeft{
        display:none;
    }
    .containerMainRight {
        width: 100%;
    }   
}