.FileManager
Main borders that surround the FileManager, you can also set the overall height of the FileManager.
.FileManager
{
border-right: red 10px solid;
border-top: orange 10px solid;
border-left: blue 10px solid;
border-bottom: black 10px solid;
height:400px;
background-color: yellow
}
