        #header table, #draw_headline table, #draw_footline table {
            width:900px;
        }

        svg {

            font: ariel;
            font-size: 11px;
            padding-left: 25px;
        }

        div[contenteditable] {
            border-style:dashed;
            border-width:1px;
        }
        .top {
            width: 100%;
            min-height: 30px;
            margin-top: 0;
        }

        #header table {
            width: 100%;
            margin-left:auto;
            margin-right:auto;
        }


        #header,  #draw_headline, #draw_footline {
            margin: 0 auto;
            width: 940px;
            text-align: center;
            clear:both;
        }
        
        #header {
        	height: auto;
        	padding-bottom: 20px;
        	border-bottom: 0px solid #ccc;
        	clear: both;
        	overflow: hidden;
        	}

        #title_block {
            float:left;
            width:100%;
        }
        
        #title_block h1{
        	font-size: 24px;
        	color: #a4011b;
        }
        
        #title_block h2{
        	font-size: 16px;
        }
        
        #left_block {
        	float:left;
        	width:30%;
        	margin-right:3%;
        	margin-top: -40px;
        	min-height: 100px;
        }
        
        #right_block {
        	float:left;
        	width:30%;
        	margin-left:3%;
        	margin-top: -40px;
        	min-height: 100px;
        }

        #draw_headline .editable, #draw_footline .editable {
            min-width: 100px;
            min-height: 30px;
        }
        #winner_block {
        	text-align: center;
            float:left;
            width:34%;
            min-height: 100px;
        }
                
        .winner {
         font-size: 24px;
        }
        
        .ui-button {margin-right: 10px; }

        form { display: inline;}

        #update_form {
            width: 450px;
        }

        .matchbox {
            fill: white;
        }
        #navbar {
            width: 100%;
            height: 25px;
            background-color: #ffdf3c;
            display:none;
        }
        .link {
            fill:white;
            stroke: grey;
        }

        .is_winner {
            opacity: 1;
            color: #a4011b;
        }
        #winners_row1,#winners_row2 {
            float: right;
            padding: 6px;
        }
        .notes {
            stroke: #a4011b;
        }

        .winner_heading {
            font-size: 18px;
        }

        .winner_name {
            font-size: 18px;
            stroke: #a4011b;
        }

        .winner_result {
            font-size: 14px;
        }

        .automcomplt {
            display: inline;
        }

        fieldset { width: 400px; margin: 10px; padding: 10px; }
        fieldset legend { width: 90%; }
        fieldset legend div { margin: 0.3em 0.5em; }
        fieldset .field { margin: 0.5em; padding: 0.5em; }
        fieldset .field label { margin-right: 0.4em; }
        .ui-widget {font-size: 11px;}