/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .user-logout {
    text-align: right;
 }

 #pj-secure-storage-list_filter {
	text-align: right;
}

#pj-secure-storage-list_length select {
	max-width: 50px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0px;
    padding: 7px;
}

#pj-secure-storage-list_filter label {
	text-align: right;
    line-height: 40px;
}

#pj-secure-storage-list_filter label input{
	float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

#pj-secure-storage-list a {
	text-decoration: none;
    color: #626262;
}
#pj-secure-storage-list_paginate {
    text-align: right;
    padding: 5px;
}

#pj-secure-storage-list_paginate a {
	text-decoration: none;
    color: #626262;
}

#pj-secure-storage-list_paginate span>a{
	color: #333;
    border: 1px solid #979797;
    background-color: white;
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
    padding: 5px 10px;
    margin: 3px;
}