/* note: rbutil css overcomes this by emulating a>b to something else on bad browsers */
.projects li {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px dashed black;
    list-style-position: outside;
    background-color: #c82828;
}

.projects>ul>li>a {
    color: black;
    text-decoration: none;
}

.projects>ul>li>a:hover {
    color: black;
    text-decoration: underline;
}

.projects li ul {
    padding-top: 10px;
    display: none;
}

.projects li li {
    margin-bottom: 10px;
    padding: 0px;
    border: none;
    background-color: none;
}

.projects .pleaseClick {
    float: right; 
    position: relative; 
    top: -20px; 
    left: -100px;
    height: 24px;
    width: 103px;
}
