/**  
 * Diff CSS Settings
 * File: \files\standard\layout\css\diff.css
 */

    #diff-overview {
        width: 100%;
    }

    #diff-overview .entry {
        margin-left: 15px;
    }

    #diff-overview form {
        margin-left: 20px;
    }

    #diff-overview span {
        display: inline-block;
        padding: 8px;
    }

    #diff-overview .choose {
        width: 30%;

    }

    #diff-overview .choose select {
        width: 100%;
        margin-top: 5px;
    }

    #diff-overview .submit {
        width: 20%;
    }
	
	/*------------------------------------------------------------------------*/

    .diffview {
        width: 100%;
    }
	
	.diffview.names {
		margin-bottom: 15px;
		border-bottom: 1px solid black;
	}
 
    /*------------------------------------------------------------------------*/

    #diff .change {
        margin-bottom: 13px;
        border: 1px solid #ddd;
        background: #fcfcfc;
        font-family: Courier, monospace;
        font-size: 12px;
        border-radius: 3px;
    }

    #diff .replace.left,
    #diff .delete.left {
        background: #fdd;
    }

    #diff .replace.right,
    #diff .insert.right {
        background: #d8f9d8;
    }

    #diff .replace ins {
        color: #060;
        background: #bfb;
    }

    #diff .replace del {
        color: #a00;
        background: #fbb;
    }

    #diff h3 {
        background: none repeat scroll 0 0 #EEEEEE;
        border-bottom: 1px solid #DDDDDD;
        color: #666966;
        font-size: 11px;
        margin: 0;
        padding: 3px 6px 4px;
    }

    #diff ins,
    #diff del {
        text-decoration: none;
    }

    #diff td {
        padding: 5px;
        border: 0;
    }