/*
Magical Code Injection Rainbow - A set of configurable injection testbeds 
Daniel "unicornFurnace" Crowley
Copyright (C) 2014 Trustwave Holdings, Inc.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

body{
background-color:#328563;
color:#122356;
font-family:"Arial","Verdana";
}

h1,b{
font-family:"Courier";
color:#111111;
}

table{
width:100%;
}

form{
padding:10px;
background-color:#d0d0d0;
margin-left:auto;
margin-right:auto;
width:60%;
}

#submit{
margin-left:auto;
margin-right:auto;
}

#results{
padding:10px;
border-style:dashed;
margin-left:auto;
margin-right:auto;
width:60%;
background-color:#d0d0d0;
}

#challenge{
padding:10px;
margin-left:auto;
margin-right:auto;
width:60%;
background-color:#d0d0d0;
}

#mcirnav{
font-size:150%;
}

a:visited{
color:#0000e4;
}
