.container {    display: flex;
    justify-content: space-around;
	margin-bottom: 1em;
}
.container > div  > h3 {
	margin-top: 0px;
	font-size: 1.25em;
}
.hasrootAddon .installedMsg {
	display: none;
}
.box {
	text-align: center;
}

.box p {
	margin: 0px  0px 0.5em 0px;
}
.hasrootAddon.installed .installMsg {
	display: none;
}
.hasrootAddon.installed .installedMsg  .fa-check{
    color: rgba(254, 192, 17, 1);
    margin: auto;
	}
.hasrootAddon.installed .installedMsg {
	display: flex;
	justify-content:space-evenly;
}
.hasrootAddon {
    margin-top: 0.5em;
    display: inline-block;
    text-align: center;
    /* background-color: red; */
    width: 150px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: space-around;
	    font: message-box;
	padding: 5px;
}
.container > div > .bottom {
	display: flex;
	justify-content:space-around;
}
.container > div {
    max-width: 400px;
    /* background-color: #374b5e; */
    padding: 10px;
	    display: flex;
    flex-direction: column;
}

h2 {
	text-align:center;
}

#monkeh {
	text-align:center;
}

.bottom {
	margin-top:auto;
}