﻿#container 
{
    width: 100%;
    display: table;
    table-layout: fixed;
}
#lefthand 
{
    width: 40%;
    display: table-cell;
    font-size: 18px;
    margin-right: 20px;
}
#cw_projects, #righthand, #cw_prefix
{
    font-size: 18px;
}
#cw_project_list 
{
    margin-top: 10px;
}
#righthand 
{
    width: 60%;
    display: table-cell;
}
#cw_admin, #cw_addproject, #myframe, #iframetemplate
{
    display: none;
}
.button 
{
    float: left;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 10px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    width: 140px;
    margin-bottom: 10px;
}
.prefix 
{
    float: left;
    margin-right: 20px;
}

 #templates { margin-top: 10px; }  
#cw_stats DIV { margin-bottom: 10px; }
#filedata 
{
    width: 80%;
}
#cw_information 
{
    color: Red;
    margin-top: 20px;
}
.cw_error 
{
    color: Red;
}
#cw_description 
{
    margin-bottom: 10px;
}

.upload {
padding: 5px;
 border: 1px solid black;
margin-bottom: 10px;
}
#cw_upload {
	clear: both;
	float: none;
}
.upload INPUT {
	margin-bottom: 6px;
}
.width200 
{
    width: 200px;
    display: inline-block;
    margin-bottom: 10px;
}
