﻿/* Buttons */
.camco-btn,
.camco-btn-sm {
    padding: 0px;
    border: none;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: transparent;
    margin: 0px;
    width: 175px;
    height: 56px;
}

    .camco-btn.camco-btn-md {
        height: 2rem;
        width:8rem;
        cursor:pointer;
    }

    .camco-btn.camco-btn-lg {
        height: 2.8rem;
        width:9rem;
        cursor:pointer;
    }

    .camco-btn.takePicture {
        background-image: url("/TpicS8 120x375.png");
    }

    .camco-btn.pastePicture {
        background-image: url("/PpicS8-375x120.png");
    }

    .camco-btn.saveButton {
        background-image: url("/SavS21 120x375.png");
    }

    .camco-btn.edit120x375 {
        background-image: url("/EdS2 120x375.png");
    }

    .camco-btn.view120x375 {
        background-image: url("/VS5_New 120x375.png");
    }
    .camco-btn.printButton {
        background-image: url("/PntS5 120x375.png");
    }
