
.container{

}

.container-head{

}


.containereven{
    background : #EEF2FD;
    border-bottom:1px solid #BECFFB;
    color : #444;
    height : 1.5em;
    list-style-type : none;
    padding : 0.5em 0 0 0;
    width:625px;
}
.containereven a{
    color:black;
}

.containerodd{
    background : #DFEAFF;
    border-bottom:1px solid #BECFFB;
    color : #444;
    height : 1.5em;
    list-style-type : none;
    padding : 0.5em 0 0 0;
    width:625px;
}
.containerodd a{
    color:black;
}
.solved{
    background : #ececec;
    border-bottom:1px solid #aaa;
    color : #bbb;
    height : 1.5em;
    list-style-type : none;
    padding : 0.5em 0 0 0;
    width:625px;

}
.solved a{
    color:#bbb;
}


#head-title{
    border-bottom:2px solid;
    float:right;
    width:300px;
    padding:10px 0 10px 0;
    font-weight:bold;
    background-color : #ffffff;
}

#head-created_at{
    border-bottom:2px solid;
    float:right;
    width:225px;
    padding:10px 100px 10px 0;
    font-weight:bold;
    background-color : #ffffff;
}



.title{
    /*border-bottom:1px solid #bccffb;*/
    float:right;
    width:300px;
    /*background-color:#e4ebfe;*/
    /*padding:10px 0 10px 0;*/
    font-weight:bold;
    height:20px;
}

.title a{
    text-decoration:none;
    /*color:black;*/
}

.created_at{
    /*border-bottom:1px solid #bccffb;*/
    float:right;
    width:129px;
    /*background-color:#e4ebfe;*/
    padding:0 100px 0 0;
    font-weight:bold;
    height:20px;
}

.created_at a{
    text-decoration:none;
    /*color:black;*/
}
.edit,.delete{
    float:right;
    font-weight: bold;

}
.edit a,.delete a{
    text-decoration: none;
    /* color: black;*/
    font-size:11px;
    padding-left: 8px;
}
.edit a:hover,.delete a:hover{
    /*color: black;*/
}


.submit_button {
    margin-top:15px;
    margin-right:210px;
    padding: 7px 10px;
    color: #fff;
    background: #27292B;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-weight: bold;
    font-size: 14px;
    border:none;
    font-family: arial;
    cursor:pointer;
}
.submit_button:hover{
    background:  #373B3F;
}
