/*
 Theme Name:   Legenda Child
 Theme URI:    http://8theme.com/
 Description:  Legenda Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     legenda
 Version:      1.0
 Text Domain:  legenda-child
*/
/*
.openings td a {
   margin: 10px;
    background-color: rgba(5,60,91,.82);
    padding: 5px;
    color: white;
    display: grid;
}
*/

.jr-container table a {
	padding: 5px;
	background: black;
	color: white ;
	display: grid;
}

.parent-portal {
    float: right;
    clear-after: both;
    padding: 5px;
}

@media only screen and (max-width: 800px){
    .parent-portal {
        display: inline;
        float: right;
        width: 55%;
    }

    .parent-portal a {
        float: right;
    }
}

