﻿.연구원리스트Wrap
{
    width: 100%;
}

.제목
{
    float: left;
    width: 49%;
    text-align: left;
    font-weight: bold;
}

.파일
{
    float: right;
    width: 50%;
    text-align: right;
}
/*.내용
{
    border: 1px solid #81C32B;
    text-align: justify;
    padding: 2px;
    vertical-align: top;
    margin-bottom: 2px;
    clear: both;
}*/

.내용
{
    border-width: 1px;
    border-color: #81C32B;
    text-align: justify;
    vertical-align: top;
    margin-bottom: 2px;
    clear: both;
    border-bottom-style: dotted;
}
        

