@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300);
body,html{
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 12px;
}
body{
    background: url('images/body-bg.png');
}
.container{
    width: 600px;
    min-height: 200px;
    margin: auto;
    background: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    overflow: auto;
    margin-top: 10%;
    padding-bottom: 20px;
}
/***************************************************************/
/************************ Header  ******************************/
/***************************************************************/
.header{
    height: 100px;
    text-align: center;
    line-height: 100px;
}
.header h1{
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    margin: 0;
    color: #333;
    text-shadow: 1px 1px 2px #ccc;
}
/***************************************************************/
/************************ Header  ******************************/
/***************************************************************/

/***************************************************************/
/************************ CSS Input  ***************************/
/***************************************************************/
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
.input-wrapper{
}
.input-options{
    font-size: 12px;
    text-align: center;
}
.input-options label{
    margin: 0px 10px;
}
.input-options span{
    color: #666;
}
.input-fields{
    margin-top: 10px;
    text-align: center;
}
.input-url{

}
.input-url input[type="text"]{
    width: 400px;
    height: 25px;
    padding: 0px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline:0;
    ouline: none;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.input-url input[type="text"]:focus, .input-css textarea:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.input-url input[type="submit"], .input-css input[type="submit"], .input-upload input[type="submit"]{
    width: 80px;
    height: 27px;
    border: 1px solid #0044cc;
    border-color: #0044cc #0044cc #002a80;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    cursor: pointer;
}
.input-css{
    display: none;
}
.input-css textarea{
    width: 570px;
    height: 200px;
    margin: 5px;
    padding: 5px;
    resize: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline:0;
    ouline: none;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.input-css span{
    float: left;
    margin-left: 10px;
    color: #666;
}
.input-css input[type="submit"]{
    float: right;
    margin-right: 10px;
}
.input-upload{
    display: none;
}
.input-upload input[type="file"]{
    background: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/***************************************************************/
/************************ CSS Input  ***************************/
/***************************************************************/

/***************************************************************/
/************************ CSS Results  *************************/
/***************************************************************/
.color-results{
    margin-top: 10px;
    width: 100%;
    float: left;
}
.style-box{
    width: 590px;
    margin: 5px;
    font-family: consolas, "courier new", arial;
    font-size: 13px;
    float: left;
}
.style-name{
    border-bottom: 1px solid #ccc;
    color: #27A308;
    word-wrap: break-word;
}
.style-def-row{
    width: 590px;
    min-height: 16px;
    line-height: 16px;
    background: #fafafa;
    float: left;
}
.style-box .style-def-row:nth-child(odd){
    background: #fefefe;
}
.color-block{
    width: 100px;
    float: left;
    height: 16px;
    text-align: center;
}
.details-block{
    width: 490px;
    float: left;
    color: #666;
    font-size: 12px;
    word-wrap: break-word;
}
.cbox{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 3px 3px 0px 3px;
}
/***************************************************************/
/************************ CSS Results  *************************/
/***************************************************************/

/***************************************************************/
/*************** Footer Bar Style ******************************/
/***************************************************************/
.footer-bar
{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #111;
    border-top: 1px solid #E62600;
    position: fixed;
    bottom: 0;
    left: 0;
}
.footer-bar .article-wrapper{
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #888;
    float: left;
    margin-left: 10%;
}
.footer-bar .article-link a, .footer-bar .article-link a:visited{
    text-decoration: none;
    color: #fff;
}
.site-link a, .site-link a:visited{
    color: #888;
    font-size: 14px;
    font-family: arial, sans-serif;
    float: right;
    margin-right: 10%;
    text-decoration: none;
}
.site-link a:hover{
    color: #E62600;
}
/***************************************************************/
/*************** Footer Bar Style ******************************/
/***************************************************************/
.social-button-wrapper {
float: left;
}