/*****************************************************************************
 * General
 *****************************************************************************/

body {
    font-family : sans-serif;
    font-size : 90%;
    margin : 20px;
}

h1 {
    font-size : 1.8em;
}

h2 {
	border-bottom : 1px solid #aaa;;
	margin-top : 1.0em;
    font-size : 1.6em;
}

h3 {
    font-size : 1.1em;  
}

p {
    margin : 0.8em 0 0.4em 0;
}

ul ol {
    padding-left : 1em;	
}

tt {
    font-size : 1.3em;	
}

/*****************************************************************************
 * DES Crack
 *****************************************************************************/

#desCrack {
    max-width : 800px;
}

#desCrack .teaser {
    color : #aaa;
}

/*****************************************************************************
 * Status and statistics
 *****************************************************************************/

#desCrack .status {
    border : 1px solid #55a;
    border-bottom : 0;
    background : #eef;
    padding : 0.8em;
}

#desCrack .statistics {
    border : 1px solid #5a5;
    background : #efe;
    padding : 0.8em;
}

#desCrack .communicationStatus {
    border : 1px solid #ccc;
    border-top : 0;
    background : #f6f6f6;
    padding : 0.8em;
    color : #a33;
}

/*****************************************************************************
 * Logs
 *****************************************************************************/

#desCrack #errorLog {
    border : 1px solid #a55;
    background : #fee;
    padding : 0.8em;
}

/*****************************************************************************
 * Interface
 *****************************************************************************/

#desCrack .label {
    font-weight : bold;
}

#desCrack .startreset {
    margin-top : 1em;
    margin-bottom : 1em; 
}
#desCrack .startreset input {
    font-size : 1.3em;
    color : #282;
    background-color : #ffffaa;
    margin-right : 1em;
}

#desCrack #delayOptions {
    margin-bottom : 1.2em;
}





    