.portlet
{
    border: solid 1px #999999;
    /*
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    */
    border-radius: 5px;
    margin-bottom: 10px;

}

.portlet-header
{

    background-color: #ccc;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    padding: 5px;
    font-weight: bold;

}
.portlet-header h2
{
    font-size: initial;
    font-weight: bold;
    line-height: initial;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
}

.portlet-body
{
    min-height: 100px;
    padding: 5px;
}

.portlet-body h3
{
    
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    margin-bottom: 5px;
    margin-top: 0px;
}

.portlet-body li, .portlet-body ul
{
    list-style-type: none;
    list-style-position:inside;
    margin:0;
    padding:0;
}
.portlet-body ul
{
    padding-bottom: 10px;
}

.app_icon
{
    margin: 5px;
    height: 90px;
    width: 90px;
}

.shortcuts-wrapper
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}

.app-shortcut
{
	/* The shortcuts-wrapper flex item */
	/* Currently no styles are necessary */
}
